Browse Source

fix

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

2
api/network/modify.ts

@ -109,7 +109,7 @@ export async function sendFinalMemeIfFirstPurchaser(payload, chat, sender){
// const host = mt.split('.')[0]
const terms = parseLDAT(mt)
const ogPurchaser = await models.Concat.findOne({where:{
const ogPurchaser = await models.Contact.findOne({where:{
publicKey: terms.pubkey
}})
console.log("OG PURCHASER", ogPurchaser.dataValues)

2
dist/api/network/modify.js

@ -121,7 +121,7 @@ function sendFinalMemeIfFirstPurchaser(payload, chat, sender) {
return; // no need, its already been sent
// const host = mt.split('.')[0]
const terms = ldat_1.parseLDAT(mt);
const ogPurchaser = yield models_1.models.Concat.findOne({ where: {
const ogPurchaser = yield models_1.models.Contact.findOne({ where: {
publicKey: terms.pubkey
} });
console.log("OG PURCHASER", ogPurchaser.dataValues);

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

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