Skip to content

Commit

Permalink
Trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
lilatomic committed Apr 30, 2019
1 parent 78c7e9c commit 8f697e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data class PrintJob(
var failed: Long = -1,
var received: Long = -1,
@Access(AccessType.FIELD)
@JsonProperty(value="refunded")
@field:JsonProperty(value="refunded")
var isRefunded: Boolean = false,
var eta: Long = 0,
var deleteDataOn: Long = 0
Expand Down

0 comments on commit 8f697e5

Please sign in to comment.