mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
update node to v18
This commit is contained in:
@ -86,9 +86,7 @@ export class ClientServerService {
|
||||
}
|
||||
|
||||
private async manifestHandler(ctx: Koa.Context) {
|
||||
// TODO
|
||||
//const res = structuredClone(manifest);
|
||||
const res = JSON.parse(JSON.stringify(manifest));
|
||||
const res = structuredClone(manifest);
|
||||
|
||||
const instance = await this.metaService.fetch(true);
|
||||
|
||||
|
Reference in New Issue
Block a user