Skip to content

Commit

Permalink
pass id's to id parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Apr 17, 2020
1 parent 9283087 commit 1ea8915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/picker/emoji-search.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ export class EmojiSearch {
const emoji = aPool[id];
if (!this.emojiSearch[id]) {
this.emojiSearch[id] = this.buildSearch(
emoji.id,
emoji.short_names,
emoji.name,
emoji.id,
emoji.keywords,
emoji.emoticons
);
Expand Down

0 comments on commit 1ea8915

Please sign in to comment.