Commit 49f92cfc authored by Mateus Haas's avatar Mateus Haas
Browse files

#67 Adicionar comentário com TODO.

parent 0bca7929
Showing with 1 addition and 0 deletions
+1 -0
......@@ -66,6 +66,7 @@ export default class Interactor {
return entity.postInterested(body);
}
//TODO: precisamos avisar o TJ quando o usuário remover o interesse.
deleteInterested(body) {
const entity = new this.Entity();
return entity.deleteInterested(body);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment