Skip to content

Commit

Permalink
modify service event name (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: secret <secret@bianjie.ai>
  • Loading branch information
secret2830 and secret authored Jan 27, 2021
1 parent d61b28c commit 9e75616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/service/types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
EventTypeEnableBinding = "enable_binding"
EventTypeRefundDeposit = "refund_deposit"
EventTypeSetWithdrawAddress = "set_withdraw_address"
EventTypeRespondService = "response_service"
EventTypeRespondService = "respond_service"
EventTypeCreateContext = "create_context"
EventTypePauseContext = "pause_context"
EventTypeStartContext = "start_context"
Expand Down

0 comments on commit 9e75616

Please sign in to comment.