Skip to content

Commit

Permalink
Removed redundant eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Jun 13, 2024
1 parent 7be3fef commit 594550a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/guestStayAccounts/api/api.e2e.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-floating-promises */
import {
formatDateToUtcYYYYMMDD,
type EventStore,
Expand All @@ -22,7 +21,7 @@ import { guestStayAccountsApi } from './api';
const doesGuestStayExist = (_guestId: string, _roomId: string, _day: Date) =>
Promise.resolve(true);

describe('guestStayAccount E2E', () => {
void describe('guestStayAccount E2E', () => {
const now = new Date();
const formattedNow = formatDateToUtcYYYYMMDD(now);

Expand Down

0 comments on commit 594550a

Please sign in to comment.