X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/59ee572e791985a36bdd2015c9b494145109e8ed..d19d853e83383a6b75f638be99472aa626a05524:/src/services/favorite-service/favorite-service.ts diff --git a/src/services/favorite-service/favorite-service.ts b/src/services/favorite-service/favorite-service.ts index 46010543..c41b2b99 100644 --- a/src/services/favorite-service/favorite-service.ts +++ b/src/services/favorite-service/favorite-service.ts @@ -6,7 +6,7 @@ import { LinkService } from "../link-service/link-service"; import { GroupsService, GroupContentsResource } from "../groups-service/groups-service"; import { LinkClass } from "~/models/link"; import { FilterBuilder, joinFilters } from "~/services/api/filter-builder"; -import { ListResults } from "~/services/common-service/common-resource-service"; +import { ListResults } from '~/services/common-service/common-service'; export interface FavoriteListArguments { limit?: number; @@ -19,7 +19,7 @@ export interface FavoriteListArguments { export class FavoriteService { constructor( private linkService: LinkService, - private groupsService: GroupsService + private groupsService: GroupsService, ) {} create(data: { userUuid: string; resource: { uuid: string; name: string } }) {