Skip to content

Commit cb6b9ff

Browse files
committed
update
1 parent 1002f2c commit cb6b9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/channable/channable.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
do {
7272
const response = await fn(args);
7373
const items = response[resourceKey];
74-
const total = items?.length;
74+
total = items?.length;
7575
if (!total) {
7676
return;
7777
}

0 commit comments

Comments
 (0)