Skip to content

Commit

Permalink
Share noteid after post
Browse files Browse the repository at this point in the history
  • Loading branch information
mcndt committed Nov 21, 2022
1 parent bf2ca75 commit 855e089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin
1 change: 1 addition & 0 deletions server/src/controllers/note/note.post.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export async function postNoteController(
view_url: `${process.env.FRONTEND_URL}/note/${savedNote.id}`,
expire_time: savedNote.expire_time,
secret_token: savedNote.secret_token,
note_id: savedNote.id,
});
})
.catch(async (err) => {
Expand Down

0 comments on commit 855e089

Please sign in to comment.