From 6fa99b42f59dd8886349aafcd61167c14dcf3e5c Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:27:21 +0200 Subject: [PATCH] fix wrong import --- api-renamed/repeat-recent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-renamed/repeat-recent.js b/api-renamed/repeat-recent.js index 0585b003..a54ce464 100644 --- a/api-renamed/repeat-recent.js +++ b/api-renamed/repeat-recent.js @@ -1,4 +1,4 @@ -import { repeatRecentRequests } from "../src/common/database.js"; +import { repeatRecentRequests } from "../src/repeatRequests.js"; export default async (req, res) => { if (req.method !== "POST") {