We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7949398 commit 8aa65a5Copy full SHA for 8aa65a5
apps/docs/src/app/services/documentation-items.ts
@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
2
import { DateTime } from 'luxon';
3
import { DocsLocale } from '../constants/locale';
4
5
-export const expiresAt = (expiresAt: string) => {
+const expiresAt = (expiresAt: string) => {
6
const createdDate = DateTime.fromISO(expiresAt);
7
if (!createdDate.isValid) {
8
throw new Error(createdDate.invalidReason);
0 commit comments