Skip to content

Commit

Permalink
Merge pull request #28367 from Expensify/vit-fixLintOnMain
Browse files Browse the repository at this point in the history
[NoQA] Add missing comma at the end of the line to fix lint
  • Loading branch information
Julesssss authored Sep 28, 2023
2 parents 3f83b9b + 529e965 commit 109e96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ROUTES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default {
route += `&backTo=${encodeURIComponent(backTo)}`;
}
return route;
}
},
},
SETTINGS_CONTACT_METHODS: 'settings/profile/contact-methods',
SETTINGS_CONTACT_METHOD_DETAILS: {
Expand Down

0 comments on commit 109e96c

Please sign in to comment.