Skip to content

Commit

Permalink
fix: module import error
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Sep 11, 2024
1 parent b6a8c7c commit 73d0a5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/add-comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export async function addComments(context: Context) {
const nodeId = payload.comment.node_id;
const isPrivate = payload.repository.private;

// Add the comment to the database
try {
await supabase.comment.createComment(plaintext, nodeId, authorId, commentObject, isPrivate);
} catch (error) {
Expand Down

0 comments on commit 73d0a5a

Please sign in to comment.