Skip to content

Commit 0d85057

Browse files
committed
chore: remove space
1 parent 7d635c5 commit 0d85057

File tree

1 file changed

+0
-1
lines changed
  • packages/aws-appsync-auth-link/src

1 file changed

+0
-1
lines changed

packages/aws-appsync-auth-link/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { AuthLink, AuthOptions, AUTH_TYPE, USER_AGENT_HEADER, USER_AGENT } from './auth-link';
22

3-
43
export const createAuthLink = ({ url, region, auth }: { url: string, region: string, auth: AuthOptions }) => new AuthLink({ url, region, auth });
54

65
export { AuthLink, AuthOptions, AUTH_TYPE, USER_AGENT_HEADER, USER_AGENT };

0 commit comments

Comments
 (0)