Skip to content

Commit

Permalink
fix schema validator
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBelmes committed Jan 6, 2024
1 parent 5a25e7c commit 846f944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bot/utils/make-user-admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Ethereal Engine. All Rights Reserved.
import knex from 'knex'
import { v4 } from 'uuid'
/* eslint-disable @typescript-eslint/no-var-requires */
import { ScopeID, ScopeTypeInterface, scopePath } from '@etherealengine/engine/src/schemas/scope/scope.schema'
import { UserType, userPath } from '@etherealengine/engine/src/schemas/user/user.schema'
import { ScopeID, ScopeTypeInterface, scopePath } from '@etherealengine/common/src/schemas/scope/scope.schema'
import { UserType, userPath } from '@etherealengine/common/src/schemas/user/user.schema'

const dotenv = require('dotenv-flow')
import appRootPath from 'app-root-path'
Expand Down

0 comments on commit 846f944

Please sign in to comment.