Skip to content

Commit

Permalink
Change overwrite NP name
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Jan 17, 2024
1 parent 9755679 commit f05a5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/core/nice/svt/overwrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def get_nice_svt_overwrite(
== overwrite.overwriteValue["overwriteTreasureDeviceId"]
)
overwriteValue = NiceSvtOverwriteValue(
overwriteNoblePhantasm=NiceTd.parse_obj(
noblePhantasm=NiceTd.parse_obj(
(await get_nice_td(conn, td_entity, svt_id, region, lang))[0]
)
)
Expand Down
2 changes: 1 addition & 1 deletion app/schemas/nice.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ class NiceLoreComment(BaseModel):


class NiceSvtOverwriteValue(BaseModel):
overwriteNoblePhantasm: NiceTd | None = None
noblePhantasm: NiceTd | None = None


class NiceSvtOverwrite(BaseModel):
Expand Down

0 comments on commit f05a5b0

Please sign in to comment.