tmp
This commit is contained in:
parent
542d88437d
commit
0143bb0050
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ function get_admin(type) {
|
|||
prankData.push(data.prankData[prankUid]);
|
||||
}
|
||||
prankData.sort((a, b) => new Date(a.date) - new Date(b.date));
|
||||
console.log(prankData);
|
||||
for (entry in prankData) {
|
||||
switch (prankData[entry].type) {
|
||||
case "crêpe":
|
||||
|
|
Loading…
Reference in a new issue