poeti8 7 лет назад
Родитель
Сommit
bd187100f1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      server/db/url.js

+ 1 - 1
server/db/url.js

@@ -401,7 +401,7 @@ exports.getStats = ({ id, domain, user }) =>
           stats.allTime.stats = statsObjectToArray(stats.allTime.stats);
           stats.allTime.stats = statsObjectToArray(stats.allTime.stats);
           const response = {
           const response = {
             total,
             total,
-            id: 'sv-v104',
+            id,
             updatedAt: new Date().toISOString(),
             updatedAt: new Date().toISOString(),
             lastDay: stats.lastDay,
             lastDay: stats.lastDay,
             lastWeek: stats.lastWeek,
             lastWeek: stats.lastWeek,