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,
// spoolman
spoolIds
spoolIds,
} = cleanedService.widget;
let fieldsList = fields;

View File

@@ -5,9 +5,9 @@ const widget = {
proxyHandler: credentialedProxyHandler,
mappings: {
spools : {
spools: {
endpoint: "spool",
}
},
},
};