Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vpandiarajan20 committed Dec 2, 2024
1 parent 242bef2 commit 886a4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/app/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ class DataClient {
return (
response.timeCaptured.toDateTime(),
response.timeSynced.toDateTime(),
response.payload.toStruct().toMap(),
response.payload.toMap(),
);
}
}
Expand Down

0 comments on commit 886a4ef

Please sign in to comment.