Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69404f1

Browse files
committed
updated
1 parent 7c8cbb7 commit 69404f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def update_note(noteId: str, payload: schemas.NoteBaseSchema, db: Session = Depe
3131

3232
if not db_note:
3333
raise HTTPException(status_code=status.HTTP_404_NOT_FOUND,
34-
detail=f'No note with this id: {id} found')
34+
detail=f'No note with this id: {noteId} found')
3535
update_data = payload.dict(exclude_unset=True)
3636
note_query.filter(models.Note.id == noteId).update(update_data,
3737
synchronize_session=False)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /