mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-22 16:34:23 +01:00
noogle: improve recommendation search
This commit is contained in:
@@ -78,8 +78,8 @@ let sortedIds = eventids.sort(function(a,b) {return (a.index > b.index) ? 1 : ((
|
||||
};
|
||||
|
||||
res = await amberSignerService.signEvent(draft)
|
||||
await client.sendEvent(Event.fromJson(JSON.stringify(res)))
|
||||
requestid = res.id;
|
||||
let result = await client.sendEvent(Event.fromJson(JSON.stringify(res)))
|
||||
requestid = result.toHex()
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user