From 3037434e61f1361151017cc15d164398944bb68c Mon Sep 17 00:00:00 2001 From: choelzl Date: Thu, 24 Feb 2022 02:10:41 +0100 Subject: [PATCH] WIP --- web/alert/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/alert/index.js b/web/alert/index.js index 9a68d65..48ecc49 100644 --- a/web/alert/index.js +++ b/web/alert/index.js @@ -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 || {}; } }