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 a2e7931 commit 39701a3Copy full SHA for 39701a3
1 file changed
os-app/task-a-banks/controller.js
@@ -63,7 +63,7 @@ const mod = {
63
return Object.assign(coll, {
64
[item]: {
65
[ZDABank.ZDABankURLRemoteStorage()]: function () {
66
- return cheerio('.main-content table:not(last-of-type)', param2).find('tbody tr').map(function () {
+ return cheerio('.main table', param2).find('tbody tr').map(function () {
67
return {
68
ZDAProjectURL: cheerio('td:nth-child(1) a', this).attr('href'),
69
ZDAProjectBanks: {
0 commit comments