Skip to content

Commit

Permalink
feedback: add requestId back
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Jan 23, 2025
1 parent c43ab1e commit d2ddeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@
* @param {string} settings: JSON-stringified settings
* @param {string} requestId
*/
async function onApplySettings(settings) {
async function onApplySettings(settings, requestId) {
// Apply settings
const validSettings = TKHQ.applySettings(settings);

Expand Down

0 comments on commit d2ddeee

Please sign in to comment.