mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
fix folders
This commit is contained in:
parent
f69bd36223
commit
c811577460
30 changed files with 42 additions and 36 deletions
|
|
@ -171,3 +171,7 @@ export async function findUnique(data) {
|
|||
|
||||
return data[0] ?? null;
|
||||
}
|
||||
|
||||
export async function findFirst(data) {
|
||||
return data[0] ?? null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue