Browse Source

test

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
defcd09f38
  1. 1
      api/network/receive.ts
  2. 2
      dist/api/network/receive.js
  3. 2
      dist/api/network/receive.js.map

1
api/network/receive.ts

@ -149,6 +149,7 @@ async function parseAndVerifyPayload(data){
} }
} catch(e) { } catch(e) {
console.log('err',e) console.log('err',e)
if(payload) return payload // => RM THIS
return null return null
} }
} }

2
dist/api/network/receive.js

@ -171,6 +171,8 @@ function parseAndVerifyPayload(data) {
} }
catch (e) { catch (e) {
console.log('err', e); console.log('err', e);
if (payload)
return payload; // => RM THIS
return null; return null;
} }
}); });

2
dist/api/network/receive.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save