Skip to content

Commit a0ff11c

Browse files
viochacoyotte508Kakulukian
authored
Fix the issue that sdk parameter is not used. (#1669)
Co-authored-by: Eliott C. <coyotte508@protonmail.com> Co-authored-by: Sylvestre Bouchot <Kakulukian@users.noreply.github.com>
1 parent 21b89ea commit a0ff11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/src/lib/create-repo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function createRepo(
4747
...(repoId.type === "space"
4848
? {
4949
type: "space",
50-
sdk: "static",
50+
sdk: params.sdk ?? "static",
5151
}
5252
: {
5353
type: repoId.type,

0 commit comments

Comments
 (0)