diff --git a/apps/bot/src/anonymous-feedback.test.ts b/apps/bot/src/anonymous-feedback.test.ts index e701a7f..38d3ed8 100644 --- a/apps/bot/src/anonymous-feedback.test.ts +++ b/apps/bot/src/anonymous-feedback.test.ts @@ -1,7 +1,7 @@ import { describe, expect, mock, test } from 'bun:test' import type { AnonymousFeedbackService } from '@household/application' -import { instantFromIso, nowInstant, Temporal, type Instant } from '@household/domain' +import { nowInstant, Temporal, type Instant } from '@household/domain' import type { HouseholdConfigurationRepository, TelegramPendingActionRepository