Skip to content

Commit 01e1e7d

Browse files
committed
chore: lint
1 parent f14cdf6 commit 01e1e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils/isCustomDomain.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const isCustomDomain = (domain: string): boolean => {
2-
return !domain.match("^[a-zA-Z]*.kinde.com");
3-
}
2+
return !domain.match("^[a-zA-Z]*.kinde.com");
3+
};

0 commit comments

Comments
 (0)