From 0ebaeccc0e65fcbb9b061ab9cfd6ad2951c87ae5 Mon Sep 17 00:00:00 2001 From: whekin Date: Mon, 9 Mar 2026 07:18:24 +0400 Subject: [PATCH] refactor(time): migrate runtime time handling to Temporal --- apps/bot/src/anonymous-feedback.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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