diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 11:35:49 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 11:35:49 +0900 |
| commit | 1d1fc8792005a15af4e79194623d4343fbf29375 (patch) | |
| tree | f73c165343a0eac969bfc41fdf482a6402f4263f /src/client/scripts/aiscript/index.ts | |
| parent | Update .gitignore (diff) | |
| download | sharkey-1d1fc8792005a15af4e79194623d4343fbf29375.tar.gz sharkey-1d1fc8792005a15af4e79194623d4343fbf29375.tar.bz2 sharkey-1d1fc8792005a15af4e79194623d4343fbf29375.zip | |
Fix bug
Diffstat (limited to 'src/client/scripts/aiscript/index.ts')
| -rw-r--r-- | src/client/scripts/aiscript/index.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/scripts/aiscript/index.ts b/src/client/scripts/aiscript/index.ts index f2de1bb40d..8e7b1f052a 100644 --- a/src/client/scripts/aiscript/index.ts +++ b/src/client/scripts/aiscript/index.ts @@ -125,9 +125,6 @@ export const envVarsDef: Record<string, Type> = { FOLLOWERS_COUNT: 'number', FOLLOWING_COUNT: 'number', IS_CAT: 'boolean', - MY_NOTES_COUNT: 'number', - MY_FOLLOWERS_COUNT: 'number', - MY_FOLLOWING_COUNT: 'number', SEED: null, YMD: 'string', NULL: null, |