diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-24 00:22:33 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-24 00:22:33 -0400 |
| commit | b2000f04663092f7a4dfcbab306d67df7e5ce538 (patch) | |
| tree | 2d393287c4e28ff1519dcea53ea1fc1a4a0456e3 /webAO | |
| parent | ffa23343e0a0badd9e50a005359fdb79efead995 (diff) | |
Added support for issue with aomlParser
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/utils/aoml.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/utils/aoml.ts b/webAO/utils/aoml.ts index 154274d..c355edf 100644 --- a/webAO/utils/aoml.ts +++ b/webAO/utils/aoml.ts @@ -1,6 +1,7 @@ import request from "../services/request" interface Aoml { + [key: string]: any | number, name: string; start: string; end: string; |
