aboutsummaryrefslogtreecommitdiff
path: root/services/profiles/profiles.class.ts
diff options
context:
space:
mode:
Diffstat (limited to 'services/profiles/profiles.class.ts')
-rw-r--r--services/profiles/profiles.class.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/profiles/profiles.class.ts b/services/profiles/profiles.class.ts
index 564e2a6..3461cbc 100644
--- a/services/profiles/profiles.class.ts
+++ b/services/profiles/profiles.class.ts
@@ -13,7 +13,7 @@ export default class Profiles {
});
}
- setup (app: Application) {
+ setup(app: Application): void {
this.app = app;
}
}