From 6cb07d274ab1638091b8a08240aa312f98eb472d Mon Sep 17 00:00:00 2001 From: HolographicHat Date: Thu, 21 Apr 2022 19:40:17 +0800 Subject: [PATCH] UIAF: Update field name --- export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export.js b/export.js index 1215b2d..9c2b8c2 100644 --- a/export.js +++ b/export.js @@ -45,7 +45,7 @@ const UIAF = proto => { out.list.push({ id: id, timestamp: finishTimestamp, - value: current + current: current }) }) return out