Skip to content

Commit 2d2ef4d

Browse files
committed
fix bug in deployLambda.sc
1 parent cea2d4d commit 2d2ef4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deployLambda.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ if (function.codeSha256() == checksumSHA256) then {
155155
handler = handler.orElse(config.handler),
156156
memorySize = memorySize.orElse(config.memorySize),
157157
timeout = timeout.orElse(config.timeout),
158-
snapStart = snapStart
158+
snapStart = Some(snapStart)
159159
)
160160

161161
if (config.tags.nonEmpty) {

0 commit comments

Comments
 (0)