aboutsummaryrefslogtreecommitdiff
path: root/services/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'services/index.ts')
-rw-r--r--services/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/index.ts b/services/index.ts
index fe5ffdc..ce20901 100644
--- a/services/index.ts
+++ b/services/index.ts
@@ -18,6 +18,6 @@ export default (app: Application): void => {
before: {
all: tryAuthenticate
}
- })
+ });
};