fix: OS Detection of theme removed.
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m34s
Deploy to Staging / Deploy to Staging (push) Successful in 37s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m34s
Deploy to Staging / Deploy to Staging (push) Successful in 37s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -32,7 +32,7 @@ export class UserPreferencesRepository {
|
||||
data.unitSystem || 'imperial',
|
||||
data.currencyCode || 'USD',
|
||||
data.timeZone || 'UTC',
|
||||
data.darkMode ?? null
|
||||
data.darkMode ?? false
|
||||
];
|
||||
|
||||
const result = await this.db.query(query, values);
|
||||
|
||||
Reference in New Issue
Block a user