Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Sep 1, 2024
1 parent da5e787 commit 678ee75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/accounts/db.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Connection, GetConnection, db } from 'db';
import { OxPlayer } from 'player/class';
import type { OxAccount, OxAccountInvoice, OxAccountRole, OxCreateInvoice } from 'types';
import type { OxAccount, OxAccountRole, OxCreateInvoice } from 'types';
import locales from '../../common/locales';
import { getRandomInt } from '@overextended/ox_lib';
import { CanPerformAction } from './roles';
Expand Down
2 changes: 1 addition & 1 deletion server/accounts/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { OxAccountInvoice, OxCreateInvoice } from 'types';
import { OxCreateInvoice } from 'types';
import {
CreateNewAccount,
DeleteAccount,
Expand Down

0 comments on commit 678ee75

Please sign in to comment.