Skip to content

Commit

Permalink
add type to checkin
Browse files Browse the repository at this point in the history
bla
  • Loading branch information
tomdos committed Sep 26, 2017
1 parent 9257549 commit 4d120bf
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 4d120bf

Please sign in to comment.