Why did pre-commit uninstall itself

This commit is contained in:
shamoon 2024-11-21 15:31:13 -08:00
parent e588546a5a
commit 8c2a64ff2d
2 changed files with 3 additions and 3 deletions

View File

@ -494,7 +494,7 @@ export function cleanServiceGroups(groups) {
range, range,
// spoolman // spoolman
spoolIds spoolIds,
} = cleanedService.widget; } = cleanedService.widget;
let fieldsList = fields; let fieldsList = fields;

View File

@ -7,7 +7,7 @@ const widget = {
mappings: { mappings: {
spools: { spools: {
endpoint: "spool", endpoint: "spool",
} },
}, },
}; };