Skip to content

Commit 1f118e6

Browse files
committed
Merge branch 'main' into voting-feature
2 parents 5b7eb46 + 984b6e7 commit 1f118e6

9 files changed

Lines changed: 1309 additions & 11 deletions

File tree

backend/src/entities/team.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function Longtext() {
44
// Sqlite doesn't support longtext. I hate this, but it is what it is if we want
55
// to keep backend tests and prepare tilt for the upcoming Hackaburg as quickly
66
// as possible.
7-
if (process.env.NODE_ENV === 'test') {
7+
if (process.env.NODE_ENV === "test") {
88
return Column("text");
99
}
1010
return Column("longtext");

0 commit comments

Comments
 (0)