fix json types

This commit is contained in:
MathMan05 2024-09-17 13:49:00 -05:00
parent 0beb3c2aad
commit 133da79410

View file

@ -84,7 +84,7 @@ type readyjson={
session_id:string;
country_code:string;
users:userjson[];
merged_members:memberjson[];
merged_members:[memberjson][];
sessions:{
active: boolean,
activities: [],//will need to find example of this