Skip to content

Commit

Permalink
fix: remove unused variations from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Sep 6, 2018
1 parent b2b7d24 commit 63af335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/emoji/data/data.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export interface EmojiData {
emoticons: string[];
text: string;
set?: Emoji['set'];
variations?: EmojiVariation[];
skinVariations: EmojiVariation[];
obsoletedBy?: string;
obsoletes?: string;
Expand Down

0 comments on commit 63af335

Please sign in to comment.