remove unneeded TODO

This commit is contained in:
Norm 2022-12-13 16:46:29 -05:00
parent 78717e85d3
commit 78a3051313
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -3,8 +3,6 @@ import { fetchMeta } from '@/misc/fetch-meta.js';
import manifest from './manifest.json' assert { type: 'json' };
export const manifestHandler = async (ctx: Koa.Context): Promise<void> => {
// TODO
//const res = structuredClone(manifest);
const res = structuredClone(manifest);
const instance = await fetchMeta(true);