From c499a8abfd57c551f9ea7fdebb1a41e6a6272240 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 29 Apr 2020 16:58:33 +0200 Subject: [PATCH] Fix typo --- src/controllers/SettingsController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/SettingsController.ts b/src/controllers/SettingsController.ts index 956a88a..8c1b56b 100644 --- a/src/controllers/SettingsController.ts +++ b/src/controllers/SettingsController.ts @@ -314,7 +314,7 @@ export class SettingsController { return { id: c.id, userID: c.userID, - shorcut: c.shortcut, + shortcut: c.shortcut, url: c.url } }