mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:10:43 -05:00
Use corect type
This commit is contained in:
parent
aa4cab49ed
commit
6edf331aff
@ -191,8 +191,8 @@ export class ProfileCallbacks
|
|||||||
* Handle /launcher/profiles
|
* Handle /launcher/profiles
|
||||||
*/
|
*/
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
public getAllMiniProfiles(url: string, info: any, sessionID: string): string
|
public getAllMiniProfiles(url: string, info: IEmptyRequestData, sessionID: string): string
|
||||||
{
|
{
|
||||||
return this.httpResponse.noBody(this.profileController.getMiniProfiles());
|
return this.httpResponse.noBody(this.profileController.getMiniProfiles());
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user