Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: balena-io/open-balena-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d2f9fcecd6b16b51387bc480c28edc6944260971
Choose a base ref
..
head repository: balena-io/open-balena-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3352b46a1354622a816ec27be9f364cd54b6348b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/features/cascade-delete/hooks.ts
2 changes: 1 addition & 1 deletion src/features/cascade-delete/hooks.ts
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ setupDeleteCascade('service', {
device_service_environment_variable: 'service',
});

hooks.addPureHook('DELETE', 'resin', 'service install', {
hooks.addPureHook('DELETE', 'resin', 'service_install', {
PRERUN: async (args) => {
const serviceInstallIds = await getAffectedIds(args);
if (serviceInstallIds.length === 0) {