fix(offer): Fixing bugs related to making and taking offers

This commit is contained in:
Chris Troutner
2022-09-11 10:51:32 -07:00
parent 5a0fc31c7a
commit c27209cceb
3 changed files with 25 additions and 9 deletions
+4 -1
View File
@@ -14788,7 +14788,8 @@
},
"node_modules/p2wdb/node_modules/axios": {
"version": "0.24.0",
"license": "MIT",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
"integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
"dependencies": {
"follow-redirects": "^1.14.4"
}
@@ -29415,6 +29416,8 @@
},
"axios": {
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
"integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
"requires": {
"follow-redirects": "^1.14.4"
}