Skip to content

Commit

Permalink
Fix serial name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frogggias committed Apr 6, 2021
1 parent 0ba6cb5 commit 161daaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ data class PosMigrationDto(
/**
* List of suppliers
*/
@SerialName("supplliers")
@SerialName("suppliers")
val suppliers: List<SupplierMigrationDto>,

/**
Expand Down

0 comments on commit 161daaa

Please sign in to comment.