Skip to content

Commit

Permalink
fix type any to unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
mspivak-actionengine committed Jan 24, 2024
1 parent 193140f commit 3bc38d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/i3s/src/lib/parsers/parse-arcgis-webscene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NOT_SUPPORTED_CRS_ERROR = 'NOT_SUPPORTED_CRS_ERROR';
class LayerError extends Error {
constructor(
message: string,
public details: any
public details: unknown
) {
super(message);
this.name = 'LayerError';
Expand Down

0 comments on commit 3bc38d8

Please sign in to comment.