Skip to content

Commit

Permalink
update current record. fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jun 28, 2023
1 parent 856b665 commit 0d1a0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/file/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ func (s *File) RetrieveDeclarationStatus(_ context.Context, enrollmentIDs []stri
},
Reasons: ddmError,
StatusReceived: ts,
Current: record[4] == manifestMap[record[1]].ServerToken,
}
}
// turn back into a list
Expand Down

0 comments on commit 0d1a0df

Please sign in to comment.