mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 17:36:58 +01:00
make all imports nicer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { AccessToken } from "@twurple/auth";
|
||||
import pocketbase, { type authRecord } from "./connection";
|
||||
import pocketbase, { type authRecord } from "db/connection";
|
||||
const pb = pocketbase.collection('auth');
|
||||
|
||||
export async function createAuthRecord(token: AccessToken, userId: string) {
|
||||
|
||||
Reference in New Issue
Block a user