mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
lint
This commit is contained in:
parent
f4ed197701
commit
f99eb1a38c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export class ASEvaluator {
|
|||
private variables: Variable[];
|
||||
private pageVars: PageVar[];
|
||||
private envVars: Record<keyof typeof envVarsDef, any>;
|
||||
public aiscript: AiScript | undefined;
|
||||
public aiscript?: AiScript;
|
||||
private pageVarUpdatedCallback;
|
||||
|
||||
private opts: {
|
||||
|
|
Loading…
Reference in a new issue