Skip to content

Commit

Permalink
add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
fredr committed Jan 20, 2025
1 parent 9d2921f commit ad7c8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsparser/src/parser/usageparser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ export const Bar = 5;
streaming_request: false,
streaming_response: false,
static_assets: None,
tags: None,
}));

let bar_binds = vec![Lrc::new(Bind {
Expand Down Expand Up @@ -653,6 +654,7 @@ export const Bar = 5;
streaming_request: false,
streaming_response: false,
static_assets: None,
tags: None,
}));
let bar_binds = vec![Lrc::new(Bind {
kind: BindKind::Create,
Expand Down

0 comments on commit ad7c8f5

Please sign in to comment.