Skip to content

Commit faea8d7

Browse files
committed
Update manual_migrations.ts
1 parent 5595fae commit faea8d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prisma/manual_migrations.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ async function setEmptyTestVariationTags_github_243() {
3636
where: {
3737
OR: [
3838
{
39-
os: null,
39+
os: undefined,
4040
},
4141
{
42-
device: null,
42+
device: undefined,
4343
},
4444
{
45-
browser: null,
45+
browser: undefined,
4646
},
4747
{
48-
viewport: null,
48+
viewport: undefined,
4949
},
5050
],
5151
},

0 commit comments

Comments
 (0)