Skip to content

Commit

Permalink
fix type issue, rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Dec 17, 2024
1 parent f248a01 commit 63c24e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "mcFr6jf+PprMtV9vEagzgQqcMaowV2AaAK0Veu2ncjc=",
"shasum": "9v14rgSPwHyW1Wxg94LVBTC3pya/0MNBiQiULxcjdAI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/browserify/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "Qz6azrr61D41uqQIUlPX1Q/FcBmy0VA4aS2LeXn3Iko=",
"shasum": "w+jasFs5zm0dc8qZhW0rM+xOWJC4Y8kBsGj89kSEQhM=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/cronjobs/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "mav+LCVs5mW6r7O3TLN+WmNE8aSwGN2fWQ10TPl5Lo0=",
"shasum": "6RCKkCSH+tCAKsXIzAjpaZrWjvGDXbkMcuaCslVvwr4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class CronjobController extends BaseController<
#timers: Map<string, Timer>;

// Mapping from jobId to snapId
#snapIds: Map<string, string>;
#snapIds: Map<string, SnapId>;

constructor({ messenger, state }: CronjobControllerArgs) {
super({
Expand Down

0 comments on commit 63c24e9

Please sign in to comment.