Skip to content

Commit

Permalink
fixup! Refactor Result to Prepare Detection of None Regular Import
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Jul 27, 2024
1 parent 19d1e08 commit 5e1b626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigTransfer.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ function uctImportModuleChannelFromString(device, module, channel, exportStr, im
'lines':[],
'messages': 0,
'warnings': 0,
'errors': 0,
'errors': 0
};
var newValues = uctPrepareParamValues(params, importContent, result, merge, allowMissing);

Expand Down

0 comments on commit 5e1b626

Please sign in to comment.