diff options
Diffstat (limited to 'services/profiles/profiles.service.ts')
-rw-r--r-- | services/profiles/profiles.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/profiles/profiles.service.ts b/services/profiles/profiles.service.ts index 3422352..e860426 100644 --- a/services/profiles/profiles.service.ts +++ b/services/profiles/profiles.service.ts @@ -1,4 +1,4 @@ -import { Application } from "@feathersjs/express"; +import { Application } from '@feathersjs/express'; import Profiles from './profiles.class'; import hooks from './profiles.hooks'; |