returnthis.getFromCacheOrDB('getWotbIdByIssuerPubkey',issuerPubkey,async ()=>(awaitthis.duniterServer.dal.iindexDAL.query('SELECT wotb_id FROM i_index WHERE pub = ? AND wotb_id IS NOT NULL',[issuerPubkey]))[0].wotb_id)
returnthis.getFromCacheOrDB('getWotbIdByIssuerPubkey',issuerPubkey,async ()=>(awaitthis.query('SELECT wotb_id FROM i_index WHERE pub = ? AND wotb_id IS NOT NULL',[issuerPubkey]))[0].wotb_id)