Skip to content

Preparando revisão do código#1

Open
isabellacgmsa wants to merge 1 commit intof7lipe:mainfrom
isabellacgmsa:main
Open

Preparando revisão do código#1
isabellacgmsa wants to merge 1 commit intof7lipe:mainfrom
isabellacgmsa:main

Conversation

@isabellacgmsa
Copy link

No description provided.

const { userId } = res.locals.user;
const { safeNoteId } = req.params;
await safeNoteService.deleteSafeNote(parseInt(safeNoteId), userId);
res.sendStatus(200);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seria legal ter uma mensagem de sucesso

Comment on lines -8 to -9
//const validation = authSchemas.tokenSchema.validate(authorization);
//if (validation.error) return res.status(403);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lembra só de apagar os comentários

Copy link
Author

@isabellacgmsa isabellacgmsa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oii Filipe tudo bem?
Passando aqui pra te dar um feedback, ficou muito bom seu projeto!
Mandou bem na arquitetura!!
Lembra sempre de apagar os comentários quando finalizar o código!
Só uma dica, para ajudar quem for rodar seria legal ter um .env.example para termos uma ideia de quais variáveis de ambiente precisam ser configuradas.
Qualquer dúvida, só me mandar uma mensagem pelo discord <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant