let resp = await rpc.get_table_rows({ json: true, code: "wax.gg", scope: "wax.gg", table: "photos", lower_bound: uidb2.wam, upper_bound: uidb2.wam }); if(resp.rows.length > 0) { return "https://photo.wax.gg/ipfs/" + resp.rows[0]["photo_hash"]; } else { return "https://photo.wax.gg/image/default.png"; }