Skip to content

Commit

Permalink
fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshVij committed Aug 31, 2023
1 parent dd9bfe6 commit fb220ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ func LocalGolang(options *LocalGolangOptions) (*scalefunc.Schema, error) {
SignatureHash: hex.EncodeToString(hash),
Language: scalefunc.Go,
Dependencies: nil,
Stateless: options.Scalefile.Stateless,
Function: data,
}, nil
}
Expand Down Expand Up @@ -388,7 +387,6 @@ func LocalRust(options *LocalRustOptions) (*scalefunc.Schema, error) {
SignatureHash: hex.EncodeToString(hash),
Language: scalefunc.Go,
Dependencies: nil,
Stateless: options.Scalefile.Stateless,
Function: data,
}, nil
}

0 comments on commit fb220ae

Please sign in to comment.