Skip to content

Commit

Permalink
WIP6
Browse files Browse the repository at this point in the history
  • Loading branch information
borisyankov committed Aug 2, 2018
1 parent 0b547bd commit e4c384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emoji/getFilteredEmojiList.js
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 e4c384a

Please sign in to comment.