Skip to content

Commit

Permalink
fix same logic to v0
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jan 27, 2024
1 parent d1b19d3 commit 949ec42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func (app *App) Deploy(ctx context.Context, opt *DeployOption) error {
DeadLetterConfig: fn.DeadLetterConfig,
Description: fn.Description,
EphemeralStorage: fn.EphemeralStorage,
Environment: fn.Environment,
FunctionName: fn.FunctionName,
FileSystemConfigs: fn.FileSystemConfigs,
Handler: fn.Handler,
Expand Down

0 comments on commit 949ec42

Please sign in to comment.