Skip to content

Commit

Permalink
style: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Jul 4, 2024
1 parent a21d445 commit 29ef92c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export async function testTyphoonScenario(
accessToken: string,
): Promise<void> {
const nrOfEvents = 2;
const eventName = 'Mock typhoon'
const disasterTypeLabel = DisasterType.Typhoon
const eventName = 'Mock typhoon';
const disasterTypeLabel = DisasterType.Typhoon;

// const disasterType = DisasterType.Typhoon;
// const disasterTypeLabel = disasters.find(
Expand Down

0 comments on commit 29ef92c

Please sign in to comment.