summary refs log tree commit diff
path: root/src/util/interfaces
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-25 20:21:13 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:41:23 -0400
commit0d666732c61ce98fe775bc5c34ebbef11b839ec2 (patch)
tree82ff6d043c95c446698093cf494b1b5c946883fc /src/util/interfaces
parentoapi: root level routes (diff)
downloadserver-ts-0d666732c61ce98fe775bc5c34ebbef11b839ec2.tar.xz
oapi: bug fixes
Diffstat (limited to 'src/util/interfaces')
-rw-r--r--src/util/interfaces/Activity.ts2
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