Skip to content

Commit 4d25329

Browse files
author
BryanSchroeder
committed
fixing last camelCase
1 parent e2c3bac commit 4d25329

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
@@ -473,7 +473,7 @@ function handleServerside(
473473
mergeDeepRight(config.fetch, {
474474
method: 'POST',
475475
headers,
476-
body: new_body
476+
body: newBody
477477
})
478478
);
479479
};

0 commit comments

Comments
 (0)