Skip to content

Commit

Permalink
Fix typo in README.md (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkes22 authored Jul 31, 2024
1 parent 56db134 commit 9fb7e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { getNextServerCookiesStorage } from "@saleor/auth-sdk/next/server";

const getServerAuthClient = () => {
const nextServerCookiesStorage = getNextServerCookiesStorage();
returncreateSaleorAuthClient({
return createSaleorAuthClient({
saleorApiUrl: "",
refreshTokenStorage: nextServerCookiesStorage,
accessTokenStorage: nextServerCookiesStorage,
Expand Down

0 comments on commit 9fb7e87

Please sign in to comment.