🚸 (sheets) Show info log instead of error when no rows are found
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user