You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is obviously creating a decoding error as those two properties are not Optional
/// Budget summary model
publicstructBudgetSummary:Codable,Equatable{
/// Budget id
publicletid:String
/// Budget name
publicletname:String
/// Date the budget was last modified
publicletlastModifiedOn:String
/// Budget's first month
publicletfirstMonth:String
/// Budget's last month
publicletlastMonth:String
/// Date formatting settings
publicletdateFormat:DateFormat
/// Currency formatting settings
publicletcurrencyFormat:CurrencyFormat}
I'll create a fork and make those two optionals, unless you think it really doesn't happen often.
I am getting a token with implicit flow:
I can make requests to the api just fine with the same token.
Ran again to print the error, doesn't say much though. Any idea what went wrong?
The text was updated successfully, but these errors were encountered: