Skip to content

Rename a misspelled struct: IDTokenRow#23

Merged
nakaryo716 merged 3 commits into
mainfrom
refactor/typo-idtoken
Jun 21, 2025
Merged

Rename a misspelled struct: IDTokenRow#23
nakaryo716 merged 3 commits into
mainfrom
refactor/typo-idtoken

Conversation

@nakaryo716

Copy link
Copy Markdown
Owner

Overview

This PR rename a struct that misspelled.

Changes

  • Rename the struct from IDTokenRow to IDTokenRaw
  • Rename the constructor method from IDToken::from_id_token_row to IDToken::from_id_token_raw

Breaking Chnages

The struct IDTokenRow has been renamed to IDTokenRaw and can no longer be used under its old name.

`IDTokenRow` was a typo; the correct name is `IDTokenRaw`.

BREAKING CHANGE: The struct `IDTokenRow` has been renamed to `IDTokenRaw` and can no longer be used under its old name.
@nakaryo716 nakaryo716 marked this pull request as ready for review June 21, 2025 08:42
@nakaryo716 nakaryo716 merged commit 35727f4 into main Jun 21, 2025
1 check passed
@nakaryo716 nakaryo716 deleted the refactor/typo-idtoken branch June 21, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant