Skip to content

Commit

Permalink
backported unrelated typo/ tescase fixes from rust-based-decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 2, 2024
1 parent 0914342 commit fe1b945
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/output/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ components:
- license
ImageMetadata:
description: |
Aditional data about the images. Does not have to be displayed.
Additional data about the images. Does not have to be displayed.
All fields are optional.
type: object
properties:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/src/setup/database/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async fn find_keys_which_need_updating(
.await?;
if number_of_keys == Some(0) {
debug!(
"all {updated_cnt} keys need upating",
"all {updated_cnt} keys need updating",
updated_cnt = keys.len()
);
return Ok(keys.clone());
Expand Down
2 changes: 1 addition & 1 deletion webclient/app/api_types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export type components = {
readonly meta?: components["schemas"]["ImageMetadata"];
};
/**
* @description Aditional data about the images. Does not have to be displayed.
* @description Additional data about the images. Does not have to be displayed.
* All fields are optional.
*/
readonly ImageMetadata: {
Expand Down

0 comments on commit fe1b945

Please sign in to comment.