Skip to content

Commit 8aa65a5

Browse files
committed
chore: after review
1 parent 7949398 commit 8aa65a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/app/services/documentation-items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
22
import { DateTime } from 'luxon';
33
import { DocsLocale } from '../constants/locale';
44

5-
export const expiresAt = (expiresAt: string) => {
5+
const expiresAt = (expiresAt: string) => {
66
const createdDate = DateTime.fromISO(expiresAt);
77
if (!createdDate.isValid) {
88
throw new Error(createdDate.invalidReason);

0 commit comments

Comments
 (0)