From 413231576e9accbe02a4bd1078f9d9556b402f3a Mon Sep 17 00:00:00 2001 From: User3 Date: Wed, 28 May 2025 12:17:39 +0300 Subject: [PATCH] #sprint-4 --- lib/apis/projects.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/apis/projects.dart b/lib/apis/projects.dart index b3f280c..ebe7777 100644 --- a/lib/apis/projects.dart +++ b/lib/apis/projects.dart @@ -34,6 +34,7 @@ class Projects { ) async { try { final id = await auth.setToken(); + print(id); if (id != null) { final response = await api.post( '/collections/project/records',