Made some adjustments to the uploader

This commit is contained in:
Thorbjoern
2026-01-16 11:12:08 +01:00
parent 0392efcff8
commit 036d05fc0d
2 changed files with 16 additions and 15 deletions
+1
View File
@@ -46,6 +46,7 @@ public class BatchUploader : MonoBehaviour
{
FrameModel model = JsonConvert.DeserializeObject<FrameModel>(line);
if (model != null)
//model.UserId = SupabaseManager.instance.userId;
offlineBatch.Add(model);
}
catch (Exception ex)