Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benitsch committed Jun 26, 2024
1 parent aa07062 commit 6b98e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InterventionsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Licensed under the Elastic License 2.0. */
);
}
async function updateInterventionData(object: any): void {
async function updateInterventionData(object: any): Promise<void> {
await updateIntervention(object.intervention);
if (object.intervention.interventionId) {
Expand Down

0 comments on commit 6b98e77

Please sign in to comment.