Skip to content

Commit

Permalink
Add _ to unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbay-bluetiger committed Nov 1, 2024
1 parent 2db50d1 commit 00a494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/seeds/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export const getBannerById = async (): Promise<SeedBannerShape> => {
try {
const banner = await getApi(`/banners/${bannerKey}`, adminHeaders);
return banner;
} catch (e) {
} catch (_e) {
return {} as SeedBannerShape;
}
};
Expand Down

0 comments on commit 00a494e

Please sign in to comment.