Improve MisskeyPages

This commit is contained in:
syuilo 2019-05-10 14:18:18 +09:00
parent d3c3ad839b
commit 7c714f5788
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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) {