Skip to content

Commit

Permalink
Removed useless TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 22, 2017
1 parent e9192fc commit c65658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/commands/Unlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function(arg : MethodCallArgs, callback)
arg.getResource((e, r) => {
if(e)
{
arg.setCode(HTTPCodes.NotFound); // TODO : must become, in the future, a creation of the resource
arg.setCode(HTTPCodes.NotFound);
callback();
return;
}
Expand Down

0 comments on commit c65658e

Please sign in to comment.