Skip to content

Commit

Permalink
chore: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Feb 16, 2024
1 parent aa54d90 commit 6ad4b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ appspot
asyncio
asyncpg
auditability
bkioshn
bluefireteam
BROTLI
cardano
Expand Down
2 changes: 1 addition & 1 deletion catalyst-gateway/bin/src/service/api/registration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl RegistrationApi {
/// The Event ID to return results for.
/// See [GET Events](Link to events endpoint) for details on retrieving all valid
/// event IDs.
// TODO (Blue) : https://github.com/input-output-hk/catalyst-voices/issues/239
// TODO(bkioshn): https://github.com/input-output-hk/catalyst-voices/issues/239
#[oai(validator(minimum(value = "0"), maximum(value = "2147483647")))]
event_id: Query<Option<EventId>>,
/// If this optional flag is set, the response will include the delegator's list
Expand Down

0 comments on commit 6ad4b7f

Please sign in to comment.