Skip to content

Commit

Permalink
Filter linked pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Nov 29, 2023
1 parent a520169 commit 5d76f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions os-app/task-a-banks/controller-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ describe('_DataFilterProject', function test__DataFilterProject() {
'https://app.solidbase.info',
'https://waves.kosmos.org/',
'https://sit.fyi',
'https://applications.linkedpipes.com/',
].forEach(function (ZDAProjectURL) {

it(`filters ${ ZDAProjectURL }`, function () {
Expand Down
1 change: 1 addition & 0 deletions os-app/task-a-banks/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const mod = {
'https://app.solidbase.info',
'https://waves.kosmos.org/',
'https://sit.fyi',
'https://applications.linkedpipes.com/',
].includes(e.ZDAProjectURL)) {
return false;
}
Expand Down

0 comments on commit 5d76f77

Please sign in to comment.