Skip to content

Commit 190271c

Browse files
committed
fixed lint issue
1 parent 4bfdfa5 commit 190271c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workflows/versionupload/create_version_in_database.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ func (*A) CreateVersionInDatabaseActivity(ctx context.Context, args CreateVersio
3434

3535
var dbVersion *ent.Version
3636
if err := db.Tx(ctx, func(ctx context.Context, tx *ent.Tx) error {
37-
3837
dbVersion, err = tx.Version.Create().
3938
SetVersion(args.ModInfo.Version).
4039
SetGameVersion(args.ModInfo.GameVersion).

0 commit comments

Comments
 (0)