@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
10 lines (7 loc) • 328 B
JavaScript
import { createOrLoadOfflineSession } from '../../authenticate/helpers/create-or-load-offline-session.mjs';
async function getOfflineSession(shop, params) {
const session = await createOrLoadOfflineSession(shop, params);
return session;
}
export { getOfflineSession };
//# sourceMappingURL=get-offline-session.mjs.map