We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1002f2c commit cb6b9ffCopy full SHA for cb6b9ff
components/channable/channable.app.mjs
@@ -71,7 +71,7 @@ export default {
71
do {
72
const response = await fn(args);
73
const items = response[resourceKey];
74
- const total = items?.length;
+ total = items?.length;
75
if (!total) {
76
return;
77
}
0 commit comments