Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 148eab8

Browse files
committed
Lint fix
1 parent 115971b commit 148eab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/unity-interface/UnityInterface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export class UnityInterface implements IUnityInterface {
277277
}
278278

279279
public AddWearablesToCatalog(wearables: WearableV2[], context?: string) {
280-
const messageLimit = 50;
280+
const messageLimit = 50
281281
if (wearables.length > messageLimit) {
282282
const clone = wearables.slice()
283283
while (clone.length) {

0 commit comments

Comments
 (0)