Skip to content

Commit

Permalink
$mol_ambient_make: fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 15, 2024
1 parent 8983bad commit 4473301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ambient/make/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace $ {
overrides : Partial< $ > ,
) {
const obj = new Obj
obj[ $mol_ambient_ref ] = this.$mol_ambient( overrides )
;( obj as any )[ $mol_ambient_ref ] = this.$mol_ambient( overrides )
return obj
}

Expand Down

0 comments on commit 4473301

Please sign in to comment.