Skip to content

Commit

Permalink
Pin ann
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Jun 10, 2024
1 parent 0fe6a55 commit 196d3d3
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[] = ['177700']
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 196d3d3

Please sign in to comment.