فهرست منبع

Forgot to remove debug value

Kristian Vos 4 سال پیش
والد
کامیت
6db924fd13
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      backend/logic/db/index.js

+ 1 - 1
backend/logic/db/index.js

@@ -13,7 +13,7 @@ const REQUIRED_DOCUMENT_VERSIONS = {
 	queueSong: 1,
 	report: 1,
 	song: 1,
-	station: 2,
+	station: 1,
 	user: 1
 };