Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Oct 28, 2024
1 parent 06c0901 commit ed8b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erdblick_app/app/sourcedata.panel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class SourceDataPanelComponent implements OnInit, AfterViewInit, OnDestro
}

selectItemWithAddress(address?: bigint) {
let addressInRange: Function | undefined;
let addressInRange: (address: any) => boolean | undefined;
if (address !== undefined) {
if (this.addressFormat == coreLib.SourceDataAddressFormat.BIT_RANGE) {
const searchAddress = {
Expand Down

0 comments on commit ed8b759

Please sign in to comment.