Improve MisskeyPages

This commit is contained in:
syuilo
2019-05-10 14:18:18 +09:00
parent d3c3ad839b
commit 7c714f5788
2 changed files with 4 additions and 2 deletions

View File

@@ -127,6 +127,7 @@ export const envVarsDef: Record<string, Type> = {
MY_FOLLOWING_COUNT: 'number',
SEED: null,
YMD: 'string',
NULL: null,
};
export function isLiteralBlock(v: Block) {