Skip to content

Commit

Permalink
fix: Don't try to expose TypedTicket through JS API (#6212)
Browse files Browse the repository at this point in the history
Fixes #5911
  • Loading branch information
niloc132 authored Oct 18, 2024
1 parent ff60089 commit 8e79f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public Promise<JsPartitionedTable> refetch() {
});
}

@JsIgnore
@Override
public TypedTicket typedTicket() {
return widget.typedTicket();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,7 @@ public void close() {
}

@Override
@JsIgnore
public TypedTicket typedTicket() {
return widget.typedTicket();
}
Expand Down

0 comments on commit 8e79f7a

Please sign in to comment.