From 7cb92a7b836e1d38c1467b89740e86cbbc07aeef Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Wed, 19 Jun 2024 15:38:52 +0300 Subject: [PATCH] fix: delete toLocal duplicate --- lib/tools/history.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tools/history.dart b/lib/tools/history.dart index 8b4c6e0..9f6f168 100644 --- a/lib/tools/history.dart +++ b/lib/tools/history.dart @@ -36,7 +36,6 @@ Future addToHistory(GymHistoryItemDetail item) async { var json = { "id": item.id, "date": DateTime.now() - .toLocal() .toLocal() .toString() .split(' ')[0]