fix: crash when viewing own content
This commit is contained in:
parent
e36feb74fb
commit
afeb763558
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ export function doAnalyticsView(uri, timeToStart) {
|
|||
const outpoint = `${txid}:${nout}`;
|
||||
|
||||
if (claimIsMine) {
|
||||
return;
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
return analytics.apiLogView(uri, outpoint, claimId, timeToStart);
|
||||
|
|
Loading…
Add table
Reference in a new issue