Skip to content

Commit

Permalink
feat: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Dec 19, 2024
1 parent 7986222 commit d4960ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Geographic/Coordinates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Coordinates {
this._normal = new THREE.Vector3();

// eslint-disable-next-line @typescript-eslint/no-explicit-any
if ((x as any).length > 0) { // deepscan-disable-line
if ((v0 as any).length > 0) { // deepscan-disable-line
console.warn(
'Deprecated Coordinates#constructor(string, number[]),',
'use `new Coordinates(string).setFromArray(number[])` instead.',
Expand Down

0 comments on commit d4960ea

Please sign in to comment.