refactor: fix types
This commit is contained in:
parent
5facd11592
commit
d35ad95c18
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ export class ServerService {
|
|||
return 'Verify succeeded!';
|
||||
} else {
|
||||
reply.code(404);
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue