Skip to content

Commit

Permalink
removed history model from user
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 24, 2024
1 parent 18651b6 commit b8def00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/repository/storage/postgres/orm/sequelize/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Model, DataTypes } from 'sequelize';
import type Orm from '@repository/storage/postgres/orm/sequelize/index.js';
import type User from '@domain/entities/user.js';
import type EditorTool from '@domain/entities/editorTools.js';
import type { NoteHistoryModel } from './noteHistory.js';

/**
* Query options for getting user
Expand Down Expand Up @@ -117,8 +116,6 @@ export default class UserSequelizeStorage {
*/
public model: typeof UserModel;

public historyModel: typeof NoteHistoryModel | null = null;

/**
* Database instance
*/
Expand Down

0 comments on commit b8def00

Please sign in to comment.