mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fix enum issue.
This commit is contained in:
parent
ac5ec730d2
commit
ce02958bc2
8 changed files with 18 additions and 24 deletions
|
|
@ -4,7 +4,7 @@ import kafka from 'lib/kafka';
|
|||
import prisma from 'lib/prisma';
|
||||
import cache from 'lib/cache';
|
||||
import { uuid } from 'lib/crypto';
|
||||
import { UmamiApi } from 'interface/enum';
|
||||
import { UmamiApi } from 'lib/enum';
|
||||
|
||||
export async function savePageView(args: {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue