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 39701a3 commit afe507eCopy full SHA for afe507e
1 file changed
os-app/task-a-banks/controller.js
@@ -173,6 +173,10 @@ const mod = {
173
return [
174
'Hello World',
175
'Cesium',
176
+ 'Mylar',
177
+ 'Peer CDN',
178
+ '+PeerServer',
179
+ 'Fargo',
180
].includes(e.ZDABankName);
181
}).length) {
182
return false;
@@ -195,7 +199,9 @@ const mod = {
195
199
196
200
_DataHotfixProject (e) {
197
201
Object.entries({
198
- ZDAProjectURL: {},
202
+ ZDAProjectURL: {
203
+ 'http://draw.io/': 'https://www.drawio.com/',
204
+ },
205
}).forEach(function ([key, changes]) {
206
Object.entries(changes).forEach(function ([source, destination]) {
207
if (e[key] === source) {
0 commit comments