1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 08:35:17 +00:00
This commit is contained in:
2020-04-29 16:50:27 +02:00
parent 550b932919
commit 4282346881
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ export abstract class BaseRequestsHandler implements AbstractUserConnectionConta
*
* @param name The name of the POST field containing the id of the emoji
*/
public postEmojiShorcut(name: string) : string {
public postEmojiShortcut(name: string) : string {
const emojiShorcut = this.postString(name);
if(!checkEmojiCode(emojiShorcut))