Skip to content

Commit

Permalink
fix: missed line
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelchris committed Feb 5, 2025
1 parent 8d78d07 commit 6799255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ export const resolvers: IResolvers<unknown, BaseContext> = traceResolvers<
.where('post.id = :id', { id })
.getOneOrFail(),
ensureSourcePermissions(ctx, sourceId, SourcePermissions.Post),
// ensurePostRateLimit(ctx.con, ctx.userId),
ensurePostRateLimit(ctx.con, ctx.userId),
]);

const sharedPostId = determineSharedPostId(post);
Expand Down

0 comments on commit 6799255

Please sign in to comment.