From c738bfbd364d50da1f028b318991584b4617489f Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:55:37 +0200 Subject: [PATCH] Remove old diff-match-patch import --- .../(authenticated)/website/[websiteId]/logs/+page.server.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web-app/src/routes/(authenticated)/website/[websiteId]/logs/+page.server.ts b/web-app/src/routes/(authenticated)/website/[websiteId]/logs/+page.server.ts index e3cec82..1a1fe39 100644 --- a/web-app/src/routes/(authenticated)/website/[websiteId]/logs/+page.server.ts +++ b/web-app/src/routes/(authenticated)/website/[websiteId]/logs/+page.server.ts @@ -1,7 +1,6 @@ import type { PageServerLoad, Actions } from "./$types"; import { API_BASE_PREFIX, apiRequest } from "$lib/server/utils"; import type { ChangeLog, User, Collab } from "$lib/db-schema"; -import DiffMatchPatch from "diff-match-patch"; import { PAGINATION_MAX_ITEMS } from "$lib/utils"; import * as Diff from "diff";