Skip to content

Commit

Permalink
lint-format fix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
calummcgowan committed Nov 8, 2024
1 parent 74f09ac commit 98d82b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/service/defenceService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ async function resetDefenceConfigItem(
async (response) => {
return (await response.json()) as DefenceResetResponse;
},
async () => {
return await null;
() => {
return null;
}
);
}
Expand Down

0 comments on commit 98d82b0

Please sign in to comment.