Skip to content

Commit 083cb08

Browse files
committed
rebase
1 parent 01754c5 commit 083cb08

File tree

3 files changed

+2127
-593
lines changed

3 files changed

+2127
-593
lines changed

compiler-rs/clients_schema_to_openapi/src/paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ pub fn add_endpoint(
322322
deprecated: endpoint.deprecation.is_some(),
323323
security: None,
324324
servers: vec![],
325-
extensions: crate::extensions(&endpoint.availability),
325+
extensions: crate::availability_as_extensions(&endpoint.availability),
326326
};
327327

328328

0 commit comments

Comments
 (0)