WIP
This commit is contained in:
@@ -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 || {};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user