Skip to content

Commit

Permalink
Pin post
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed May 22, 2024
1 parent 4bd8547 commit c042538
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[] = ['']
const PINNED_POST_IDS: string[] = ['164783']
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 c042538

Please sign in to comment.