Skip to content

Commit

Permalink
fixed error type for hrm, and added get/set connection
Browse files Browse the repository at this point in the history
  • Loading branch information
XIAOKAOBO committed Oct 17, 2023
1 parent da3052e commit f9106d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrm/internal/core/domain/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (hrm *HRM) getState() string {
return hrm.Status
}

func (hrm *HRM) initializeHRM() {
func (hrm *HRM) connectToHRM() {
hrm.Status = "Connected"
}

Expand Down

0 comments on commit f9106d1

Please sign in to comment.