Skip to content

Commit

Permalink
Test: add no deps to custom nodes manager
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Sep 21, 2024
1 parent cb6ff9f commit 5348f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/custom-nodes-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ export class CustomNodesManager {

const res = await api.fetchApi(`/customnode/${api_mode}`, {
method: 'POST',
body: JSON.stringify(data)
body: JSON.stringify({ ...data, noDeps: true })
});

if (res.error) {
Expand Down

0 comments on commit 5348f81

Please sign in to comment.