Skip to content

Commit

Permalink
semi colons
Browse files Browse the repository at this point in the history
  • Loading branch information
djorka committed Aug 18, 2023
1 parent 84b4476 commit aa3f58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ To handoff from Forethought to another helpdesk / provider, implement the follow
// ...
// if handoff was successful
Forethought.sendHandoffResponse(true);
Forethought.sendHandoffResponse(true)
// if handoff was unsuccessful
Forethought.sendHandoffResponse(false);
Forethought.sendHandoffResponse(false)
}
override fun onWidgetClosed() {
Expand Down

0 comments on commit aa3f58d

Please sign in to comment.