Skip to content

Commit

Permalink
fix:handlerBlogUploadSubmission에 await 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinkypeach committed Feb 10, 2024
1 parent 21fb455 commit 40578da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/notion/blog/handler/uploadNotionBlogViewHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export const uploadNotionBlogViewHandler = (app: App, notion: Client) => {

await ack();

handlerBlogUploadSubmission(body, view, client);
await handlerBlogUploadSubmission(body, view, client);
});
}

0 comments on commit 40578da

Please sign in to comment.