Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Nov 7, 2024
1 parent c83fc86 commit 78bafb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2js/js.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func jsGetRefRanges(this js.Value, args []js.Value) interface{} {
return string(str)
}

refs, err := d2lsp.GetFieldRefs(file, fs, key, boardPath)
refs, err := d2lsp.GetRefs(file, fs, key, boardPath)
if err != nil {
ret := jsRefRanges{D2Error: err.Error()}
str, _ := json.Marshal(ret)
Expand Down

0 comments on commit 78bafb6

Please sign in to comment.