mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-28 15:54:56 +00:00
code: super,nextjs,god (2 files)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { User } from '../../types/level-types'
|
||||
import { mapUserRecord } from './map-user-record'
|
||||
import { mapUserRecord } from '../map-user-record'
|
||||
|
||||
/**
|
||||
* Get the SuperGod user (instance owner)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import { getAdapter } from '../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Transfer SuperGod power from one user to another
|
||||
|
||||
Reference in New Issue
Block a user