Skip to content

Commit

Permalink
✏️fix error typo when saving decoy
Browse files Browse the repository at this point in the history
  • Loading branch information
TarradeMarc committed Dec 13, 2024
1 parent 11206bd commit a6fffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlpanel/cad/src/app/services/decoy.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class DecoyService {
const apiResponse = await lastValueFrom(this.decoyApi.putDecoy(decoyId, decoy));
return apiResponse;
} catch(e) {
return { message: "Error when deleting decoy", type: 'error' };
return { message: "Error when saving decoy", type: 'error' };
}
}

Expand Down

0 comments on commit a6fffc7

Please sign in to comment.