We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfdfa5 commit 190271cCopy full SHA for 190271c
workflows/versionupload/create_version_in_database.go
@@ -34,7 +34,6 @@ func (*A) CreateVersionInDatabaseActivity(ctx context.Context, args CreateVersio
34
35
var dbVersion *ent.Version
36
if err := db.Tx(ctx, func(ctx context.Context, tx *ent.Tx) error {
37
-
38
dbVersion, err = tx.Version.Create().
39
SetVersion(args.ModInfo.Version).
40
SetGameVersion(args.ModInfo.GameVersion).
0 commit comments