diff options
Diffstat (limited to 'services/profiles/profiles.class.ts')
-rw-r--r-- | services/profiles/profiles.class.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/profiles/profiles.class.ts b/services/profiles/profiles.class.ts index 2a3d36c..a6de474 100644 --- a/services/profiles/profiles.class.ts +++ b/services/profiles/profiles.class.ts @@ -6,7 +6,7 @@ import { Poll } from 'which-types'; export default class Profiles { app!: Application; - async get(id: string, params: Params ): Promise<Poll[]> { + async get(id: string, params: Params): Promise<Poll[]> { return this.app.service('polls').find({ ...params, query: { |