Skip to content

Commit

Permalink
Change task verbosity from 0 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoster committed Sep 26, 2016
1 parent fab5de5 commit b081d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Activities.elm
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ getActivities endpoint =
Erl.parse endpoint
|> Erl.appendPathSegments [ "tasks" ]
|> Erl.addQuery "limit" "20"
|> Erl.addQuery "verbose" "0"
|> Erl.addQuery "verbose" "1"
|> Erl.toString
in
HttpAuth.get url GetActivitiesFail GetActivitiesSucceed
Expand Down

0 comments on commit b081d83

Please sign in to comment.