Skip to content

Commit 39929bb

Browse files
authored
Fix comma placement in SUPPORTED_ADMIN_VERSIONS array
1 parent b903d55 commit 39929bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shopify_api/admin_versions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module AdminVersions
77

88
SUPPORTED_ADMIN_VERSIONS = T.let([
99
"unstable",
10-
"2025-07"
10+
"2025-07",
1111
"2025-04",
1212
"2025-01",
1313
"2024-10",

0 commit comments

Comments
 (0)