Skip to content

Commit

Permalink
Fix retrofit signature error
Browse files Browse the repository at this point in the history
  • Loading branch information
jvz committed Jan 25, 2022
1 parent e9622c3 commit d03c4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ List<AccountDefinition> getAccountDefinitionsByType(
AccountDefinition updateAccountDefinition(@Body AccountDefinition accountDefinition);

@DELETE("/credentials/{account}")
void deleteAccountDefinition(@Path("account") String account);
Response deleteAccountDefinition(@Path("account") String account);

@GET("/task/{taskDetailsId}")
Map getTaskDetails(@Path("taskDetailsId") String taskDetailsId);
Expand Down

0 comments on commit d03c4fd

Please sign in to comment.