refactor: fix types

This commit is contained in:
syuilo 2023-02-09 11:03:40 +09:00
parent 5facd11592
commit d35ad95c18
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ export class ServerService {
return 'Verify succeeded!';
} else {
reply.code(404);
return;
}
});