Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sabhas committed Aug 8, 2023
1 parent 1531e9c commit c43afab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 32 deletions.
15 changes: 0 additions & 15 deletions api/src/model/Counter.ts

This file was deleted.

2 changes: 1 addition & 1 deletion api/src/model/User.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Schema, model, Document, Model, ObjectId } from 'mongoose'
import bcrypt from 'bcryptjs'
import { AuthProviderType, getSequenceNextValue } from '../utils'
import { AuthProviderType } from '../utils'

export interface UserPayload {
/**
Expand Down
15 changes: 0 additions & 15 deletions api/src/utils/getSequenceNextValue.ts

This file was deleted.

1 change: 0 additions & 1 deletion api/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export * from './getCertificates'
export * from './getDesktopFields'
export * from './getPreProgramVariables'
export * from './getRunTimeAndFilePath'
export * from './getSequenceNextValue'
export * from './getServerUrl'
export * from './getTokensFromDB'
export * from './instantiateLogger'
Expand Down

0 comments on commit c43afab

Please sign in to comment.