Skip to content

Commit

Permalink
WIP6
Browse files Browse the repository at this point in the history
  • Loading branch information
borisyankov committed Aug 3, 2018
1 parent 64471bd commit 28c6e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emoji/getFilteredEmojiList.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import emojiMap from './emojiMap';
import type { RealmEmoji } from '../types';

export default (query: string, realmEmoji: RealmEmoji) =>
export default (query: string, realmEmoji: RealmEmoji): string[] =>
// TODO: this doesn't actually handle realm emoji. See our issue #2846.
Array.from(
new Set([
Expand Down

0 comments on commit 28c6e62

Please sign in to comment.