mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-23 18:11:40 +00:00
Fix typo
This commit is contained in:
@ -282,7 +282,7 @@ export class SettingsController {
|
||||
const emojiID = await CustomEmojisHelper.Insert(new CustomEmoji({
|
||||
id: -1,
|
||||
userID: h.getUserId(),
|
||||
shorcut: shortcut,
|
||||
shortcut: shortcut,
|
||||
path: path
|
||||
}))
|
||||
|
||||
@ -314,7 +314,7 @@ export class SettingsController {
|
||||
return {
|
||||
id: c.id,
|
||||
userID: c.userID,
|
||||
shorcut: c.shorcut,
|
||||
shorcut: c.shortcut,
|
||||
url: c.url
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user