Skip to content

Commit

Permalink
rest resource version was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-liuu committed Oct 29, 2024
1 parent 5bb3c71 commit 4de25c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/shopify.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BillingInterval, LATEST_API_VERSION } from "@shopify/shopify-api";
import { shopifyApp } from "@shopify/shopify-app-express";
import { SQLiteSessionStorage } from "@shopify/shopify-app-session-storage-sqlite";
import { restResources } from "@shopify/shopify-api/rest/admin/2024-07";
import { restResources } from "@shopify/shopify-api/rest/admin/2024-10";

const DB_PATH = `${process.cwd()}/database.sqlite`;

Expand Down

0 comments on commit 4de25c6

Please sign in to comment.