Skip to content

Commit 39701a3

Browse files
committed
fix typo
1 parent a2e7931 commit 39701a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

os-app/task-a-banks/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const mod = {
6363
return Object.assign(coll, {
6464
[item]: {
6565
[ZDABank.ZDABankURLRemoteStorage()]: function () {
66-
return cheerio('.main-content table:not(last-of-type)', param2).find('tbody tr').map(function () {
66+
return cheerio('.main table', param2).find('tbody tr').map(function () {
6767
return {
6868
ZDAProjectURL: cheerio('td:nth-child(1) a', this).attr('href'),
6969
ZDAProjectBanks: {

0 commit comments

Comments
 (0)