1
0

fix backend lint errors

This commit is contained in:
Hazelnoot
2025-04-02 10:35:11 -04:00
parent 9dffb13be7
commit f9c1535147
13 changed files with 27 additions and 23 deletions
@@ -54,7 +54,7 @@ class DummyFastifyReply {
}
class DummyFastifyRequest {
public ip: string;
public body: {credential: any, context: string};
public body: { credential: any, context: string };
public headers: IncomingHttpHeaders = { 'accept': 'application/json' };
constructor(body?: any) {
this.ip = '0.0.0.0';