Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #287 from oasislabs/armani/deploycode
Browse files Browse the repository at this point in the history
Expose deployCode api
  • Loading branch information
armaniferrante authored Sep 11, 2019
2 parents 9f4e68c + 9a5bd61 commit f76eb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/service/src/deploy/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,5 @@ function parseFromCode(deploycode: Uint8Array | string): DeployHeader | null {
// Convenience api export.
export const header = {
parseFromCode,
deployCode: DeployHeader.deployCode,
};

0 comments on commit f76eb76

Please sign in to comment.