Skip to content

Commit

Permalink
feat: improved error logs for getData
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Dec 26, 2023
1 parent b93ee97 commit 9d15527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/firebase/queries/realTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const getData = async ({
return value
} catch (error) {
realTimeDebug(
`Error validation for: ${JSON.stringify({
`getData - Error validation for: ${JSON.stringify({
id,
moduleId,
sensorId
Expand Down

0 comments on commit 9d15527

Please sign in to comment.