Skip to content

Commit

Permalink
fix: fix not imported updateApiUrl method in main layout
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Jan 24, 2025
1 parent 5c8326e commit 5c5e7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/layouts/MainLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
import { addListener } from "$lib/NotificationManager.js";
import { initializePlugins, prepareSiteInfo } from "$lib/PluginManager.js";
import { updateApiUrl } from "$lib/variables.js";
function sendVisitorVisitRequest({ event, csrfToken }) {
ApiUtil.post({ path: "/api/visitorVisit", request: event, csrfToken });
Expand Down

0 comments on commit 5c5e7f5

Please sign in to comment.