1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 05:19:22 +00:00
This commit is contained in:
Pierre HUBERT 2020-04-29 16:58:33 +02:00
parent 082aa8b967
commit c499a8abfd

View File

@ -314,7 +314,7 @@ export class SettingsController {
return { return {
id: c.id, id: c.id,
userID: c.userID, userID: c.userID,
shorcut: c.shortcut, shortcut: c.shortcut,
url: c.url url: c.url
} }
} }