Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Nov 18, 2024
1 parent bb0dea0 commit 8a9f80f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ async function handler(
}

export default withPublicAPIAuthentication(handler, {
requiredScope: "update:conversation",
requiredScopes: { POST: "update:conversation" },
});

0 comments on commit 8a9f80f

Please sign in to comment.