Skip to content

Commit

Permalink
Merge 364be26 into 5f6be3a
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Sep 8, 2022
2 parents 5f6be3a + 364be26 commit edfa2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Item/hashes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function buildEmoteEntityMetadata(
rarity: item.rarity!,
i18n: [{ code: Locale.EN, text: item.name }],
emoteDataADR74: {
category: EmoteCategory.DANCE,
category: (item.data.category as unknown) as EmoteCategory,
representations: item.data.representations,
tags: item.data.tags,
loop: false,
Expand Down

0 comments on commit edfa2a6

Please sign in to comment.