Skip to content

Commit 233286b

Browse files
committed
fix: camelcased parameter
1 parent 7d466dd commit 233286b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const getThemes = (http, { page, pageSize } = {}) => {
1414
url: '/themes',
1515
params: {
1616
page,
17-
pageSize
17+
page_size: pageSize
1818
}
1919
})
2020
}

0 commit comments

Comments
 (0)