Skip to content

Commit

Permalink
fix: Don't try to expose TypedTicket through JS API
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Oct 18, 2024
1 parent 9d5006f commit 4ee90c4
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 4ee90c4

Please sign in to comment.