Skip to content

Commit 7902939

Browse files
authored
Merge pull request #68 from OSRS-Taskman/add-tip-api3
add tip to current task api endpoint
2 parents 21d1820 + eaff6ec commit 7902939

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

taskapp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ def api_current_task(user):
175175
'message': {
176176
'taskId': current_task[3],
177177
'taskName': current_task[0],
178-
'taskImage': current_task[6]
178+
'taskImage': current_task[6],
179+
'taskTip': current_task[4]
179180
}
180181
})
181182

0 commit comments

Comments
 (0)