Skip to content

Commit

Permalink
fix shim
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jun 13, 2024
1 parent 28666ea commit 3431305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/src/shim/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const $secrets = JSON.parse(process.env.SST_SECRETS || "{}");
const { output, apply, all, interpolate, concat, jsonParse, jsonStringify } =
util;

const linkable = Link.linkable;
const linkable = Link.makeLinkable;
export {
linkable as "$linkable",
output as "$output",
Expand Down

0 comments on commit 3431305

Please sign in to comment.