Skip to content

Commit

Permalink
Merge pull request #39 from cds-snc/fix-rollingPeriod
Browse files Browse the repository at this point in the history
Fix rollingPeriod
  • Loading branch information
smcmurtry committed Jun 18, 2020
2 parents 39d6977 + 87bab47 commit 12339e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/BackendService/BackendService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class BackendService implements BackendInterface {
keyData: Buffer.from(key.keyData, 'base64'),
rollingStartIntervalNumber: key.rollingStartNumber,
transmissionRiskLevel: key.transmissionRiskLevel,
rollingPeriod: key.rollingPeriod,
rollingPeriod: 144,
}),
),
});
Expand Down

0 comments on commit 12339e2

Please sign in to comment.