fix: code style for primitive 17
This commit is contained in:
parent
4d925fc086
commit
b9080da75d
@ -425,9 +425,8 @@ export class ApInboxService {
|
|||||||
if (this.utilityService.extractDbHost(actor.uri) !== this.utilityService.extractDbHost(note.id)) {
|
if (this.utilityService.extractDbHost(actor.uri) !== this.utilityService.extractDbHost(note.id)) {
|
||||||
return 'skip: host in actor.uri !== note.id';
|
return 'skip: host in actor.uri !== note.id';
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
return 'skip: note.id is not a string';
|
||||||
return 'skip: note.id is not a string'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user