WIP
This commit is contained in:
parent
745b6685ea
commit
3037434e61
@ -97,7 +97,7 @@ $(async function () {
|
||||
class Announcement {
|
||||
constructor(data){
|
||||
this.user = data.user;
|
||||
this.tpe = data.tpe;
|
||||
this.tpe = data.tpe || 'start';
|
||||
this.details = data.details || {};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user