Skip to content

Commit

Permalink
Remove pinned post
Browse files Browse the repository at this point in the history
  • Loading branch information
F3Joule authored Jul 30, 2024
1 parent eef4a5a commit c639e78
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[] = ['192597']
const PINNED_POST_IDS: string[] = []
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 c639e78

Please sign in to comment.