Skip to content

Commit

Permalink
fix(artusx-koa): fix error type for user service
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Oct 7, 2024
1 parent 87b10e4 commit 5a2446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/artusx-koa/src/service/user.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Inject, Injectable, ArtusXInjectEnum, ArtusApplication } from '@artusx/core';
import { Sequelize, Repository } from 'sequelize-typescript';
import { Sequelize, Repository } from '@artusx/plugin-sequelize/types';
import { PluginInjectEnum } from '@artusx/utils';

import ISequelizeClient from '@artusx/plugin-sequelize/client';
Expand Down

0 comments on commit 5a2446b

Please sign in to comment.