Fixed minor typo
This commit is contained in:
parent
0412a8285d
commit
442d00c959
@ -113,6 +113,6 @@ export class InraidCallbacks
|
||||
|
||||
public getBossConvertSettings(url: string, info: IEmptyRequestData, sessionId: string): string
|
||||
{
|
||||
return this.httpResponse.noBody(this.inraidController.getBossConvertSettings(url, sessionId))
|
||||
return this.httpResponse.noBody(this.inraidController.getBossConvertSettings(url, sessionId));
|
||||
}
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ export class InraidStaticRouter extends StaticRouter
|
||||
},
|
||||
),
|
||||
new RouteAction(
|
||||
"/singleplayer/BossConvert",
|
||||
"/singleplayer/bossconvert",
|
||||
async (url: string, info: any, sessionID: string, output: string): Promise<string> =>
|
||||
{
|
||||
return this.inraidCallbacks.getBossConvertSettings(url, info, sessionID);
|
||||
|
Loading…
Reference in New Issue
Block a user