fix backend lint errors
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user