diff options
author | Puyodead1 <puyodead@proton.me> | 2023-03-25 20:21:13 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-04-13 15:41:23 -0400 |
commit | 0d666732c61ce98fe775bc5c34ebbef11b839ec2 (patch) | |
tree | 82ff6d043c95c446698093cf494b1b5c946883fc /src/util/interfaces | |
parent | oapi: root level routes (diff) | |
download | server-0d666732c61ce98fe775bc5c34ebbef11b839ec2.tar.xz |
oapi: bug fixes
Diffstat (limited to 'src/util/interfaces')
-rw-r--r-- | src/util/interfaces/Activity.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/interfaces/Activity.ts b/src/util/interfaces/Activity.ts index 7654ba90..0227f242 100644 --- a/src/util/interfaces/Activity.ts +++ b/src/util/interfaces/Activity.ts @@ -36,7 +36,7 @@ export interface Activity { }; party?: { id?: string; - size?: [number]; // used to show the party's current and maximum size // TODO: array length 2 + size?: number[]; // used to show the party's current and maximum size // TODO: array length 2 }; assets?: { large_image?: string; // the id for a large asset of the activity, usually a snowflake |