We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267d4de commit d3104e2Copy full SHA for d3104e2
1 file changed
lib/locale.ts
@@ -72,7 +72,7 @@ export function getTimezone(): string {
72
} catch {
73
// An error indicates getCapabilities threw due to no window object being present,
74
// which is the case when called outside of a browser runtime
75
-
+
76
// TODO: this try/catch block should be removed as soon as the @nextcloud/capabilities
77
// package has been updated to check for presence of the window object.
78
// Furthermore, everything except the return statement should be moved to the
0 commit comments