Skip to content

Commit

Permalink
[pocketbase#101] fix imports formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sewera committed Dec 7, 2022
1 parent 0af79c3 commit f4ef52f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/services/utils/BaseCrudService.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import BaseModel from '@/models/utils/BaseModel';
import ListResult from '@/models/utils/ListResult';
import BaseService, { BaseQueryParams, ExpandableQueryParams, FilterableQueryParams, PaginatedQueryParams, SortableQueryParams } from '@/services/utils/BaseService';
import ClientResponseError from '@/ClientResponseError';
import BaseService, {
BaseQueryParams,
ExpandableQueryParams,
FilterableQueryParams,
PaginatedQueryParams,
SortableQueryParams
} from '@/services/utils/BaseService';

// @todo since there is no longer need of SubCrudService consider merging with CrudService in v0.9+
export default abstract class BaseCrudService<M extends BaseModel> extends BaseService {
Expand Down

0 comments on commit f4ef52f

Please sign in to comment.