Frontend: Reformat karma.conf.js

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-07-03 19:46:38 +02:00
parent 395ee8426e
commit c49ba11288

View File

@@ -170,5 +170,5 @@ module.exports = (config) => {
});
// Set default timezone.
process.env.TZ = 'UTC';
process.env.TZ = "UTC";
};