Skip to content

Commit

Permalink
Merge pull request #14 from tomdos/fix_checkin_type
Browse files Browse the repository at this point in the history
add type to checkin
  • Loading branch information
kkuzmin authored Sep 26, 2017
2 parents 9257549 + 4d120bf commit 523a182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Master/azcollect.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class Azcollect extends m_alServiceC.AlServiceC {

checkin(collectorType, collectorId, statusVal, descriptionVal) {
let statusBody = {
type : collectorType,
version : m_version.getVersion(),
status : statusVal,
description : descriptionVal
Expand Down

0 comments on commit 523a182

Please sign in to comment.