fix(p2wdb): Fixing bug that was messing up webhooks

This commit is contained in:
Chris Troutner
2021-09-19 17:36:43 -07:00
parent f347b84527
commit 0908cfdde1
+1 -1
View File
@@ -25,7 +25,7 @@ class P2wdbAdapter {
const dataObj = {
appId,
offer: data,
data,
timestamp: now.toISOString(),
localTimeStamp: now.toLocaleString()
}