Skip to content

Commit

Permalink
unused variables removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzsunyec committed Sep 12, 2024
1 parent 0a3ddd7 commit b1bec4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ui/counter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ export class Counter3D {
}

justifyNumber(){

Check failure on line 80 in src/ui/counter.ts

View workflow job for this annotation

GitHub Actions / build

Insert `·`

Check failure on line 80 in src/ui/counter.ts

View workflow job for this annotation

GitHub Actions / build

Insert `·`
const {
engine,
components: { Transform, GltfContainer, VisibilityComponent }
const {

Check failure on line 81 in src/ui/counter.ts

View workflow job for this annotation

GitHub Actions / build

Delete `······`

Check failure on line 81 in src/ui/counter.ts

View workflow job for this annotation

GitHub Actions / build

Delete `······`
components: { Transform}

Check failure on line 82 in src/ui/counter.ts

View workflow job for this annotation

GitHub Actions / build

Insert `·`

Check failure on line 82 in src/ui/counter.ts

View workflow job for this annotation

GitHub Actions / build

Insert `·`
} = getSDK()
let numberArr = separateDigits(this.currentNumber)

Check failure on line 84 in src/ui/counter.ts

View workflow job for this annotation

GitHub Actions / build

'numberArr' is never reassigned. Use 'const' instead

Check failure on line 84 in src/ui/counter.ts

View workflow job for this annotation

GitHub Actions / build

'numberArr' is never reassigned. Use 'const' instead
let offset = 0
Expand Down

0 comments on commit b1bec4d

Please sign in to comment.