Skip to content

Commit

Permalink
fixing interface build issue that I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Jun 13, 2022
1 parent 0d9d699 commit 8f43f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/interfaces/responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface CreateResponse {

// Interface defining the potential error responses that can come from the Character.create method
export interface CharacterCreateErrors {
lodestone_id?: string[]
lodestone_id: string[]
[key: string]: string[]
}

Expand Down

0 comments on commit 8f43f90

Please sign in to comment.