1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00

Fix potential issue on next update

This commit is contained in:
Pierre HUBERT 2020-05-05 06:33:26 +02:00
parent 6d225354ce
commit f01c121bd4

View File

@ -327,6 +327,10 @@ export class SettingsController {
id: c.id,
userID: c.userID,
shortcut: c.shortcut,
// Legacy (deprecated)
shorcut: c.shortcut,
url: c.url
}
}