We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff7e57 commit 908f7eaCopy full SHA for 908f7ea
1 file changed
apps/sim/lib/execution/preprocessing.ts
@@ -186,7 +186,7 @@ export async function preprocessExecution(
186
}
187
188
if (!actorUserId) {
189
- const fallbackUserId = userId || workflowRecord.userId || 'unknown'
+ const fallbackUserId = userId || 'unknown'
190
logger.warn(`[${requestId}] ${BILLING_ERROR_MESSAGES.BILLING_REQUIRED}`, {
191
workflowId,
192
workspaceId,
@@ -214,7 +214,7 @@ export async function preprocessExecution(
214
215
} catch (error) {
216
logger.error(`[${requestId}] Error resolving billing actor`, { error, workflowId })
217
218
await logPreprocessingError({
219
220
executionId,
0 commit comments