Skip to content

Commit e3ed203

Browse files
committed
upgrade wallet-sdk in the examples folder
1 parent 2db16f8 commit e3ed203

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const jwtDecode = require('jwt-decode');
2+
3+
module.exports = jwtDecode.default || jwtDecode;
4+
module.exports.jwtDecode = jwtDecode.default || jwtDecode;
5+
module.exports.default = jwtDecode.default || jwtDecode;

0 commit comments

Comments
 (0)