Skip to content

Commit 3f87c9b

Browse files
committed
format
1 parent 275f45a commit 3f87c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash-renderer/src/actions/callbacks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ function handleServerside(
571571
cacheKey: data.cacheKey as string,
572572
cancelInputs: data.cancel,
573573
progressDefault: data.progressDefault,
574-
output: JSON.stringify(payload.outputs),
574+
output: JSON.stringify(payload.outputs)
575575
};
576576
dispatch(addCallbackJob(jobInfo));
577577
job = data.job;

0 commit comments

Comments
 (0)