🚸 (sheets) Show info log instead of error when no rows are found

This commit is contained in:
Baptiste Arnaud
2023-06-15 14:42:20 +02:00
parent b89da5b30a
commit fbe63aa3f3
7 changed files with 32 additions and 13 deletions

View File

@@ -8,4 +8,4 @@ export const saveErrorLog = ({
resultId: string | undefined
message: string
details?: unknown
}) => saveLog('error', resultId, message, details)
}) => saveLog({ status: 'error', resultId, message, details })