Skip to content

Commit

Permalink
Pin another post
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Jun 12, 2024
1 parent 196d3d3 commit 76b1d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/posts/pinned-post.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getLastestPostIdsInSpace } from 'src/graphql/apis'
import { GqlClient } from 'src/graphql/ApolloProvider'

const PINNED_POST_IDS: string[] = ['177700']
const PINNED_POST_IDS: string[] = ['178648']
export const PINNED_POST_ID = PINNED_POST_IDS[Math.floor(Math.random() * PINNED_POST_IDS.length)]

const COMMUNITY_SPACE_ID = '1244'
Expand Down

0 comments on commit 76b1d14

Please sign in to comment.