diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-11-12 12:55:12 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-11-12 12:55:12 -0500 |
| commit | 9a0949d31a7a0e8c9c311b07e92852cff867cc66 (patch) | |
| tree | cbe0e76677152ba1d2a4959dc61c8c873cd3d4c3 /data/leaguedb.json | |
| parent | a0b662eccc6422348a1016dc71b8262eeeeee78f (diff) | |
| download | designproject-design-6-9a0949d31a7a0e8c9c311b07e92852cff867cc66.tar.gz designproject-design-6-9a0949d31a7a0e8c9c311b07e92852cff867cc66.tar.bz2 designproject-design-6-9a0949d31a7a0e8c9c311b07e92852cff867cc66.zip | |
Fix some serialization stuff
Diffstat (limited to 'data/leaguedb.json')
| -rw-r--r-- | data/leaguedb.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/leaguedb.json b/data/leaguedb.json new file mode 100644 index 0000000..1c3cef0 --- /dev/null +++ b/data/leaguedb.json @@ -0,0 +1,13 @@ +[ + { + "type": "scramble", + "id": 1, + "name": "l", + "registrationDate": 946702800000, + "startDate": 946702800000, + "endDate": 946702800000, + "owner": "sowgro", + "participants": [], + "schedule": [] + } +]
\ No newline at end of file |
