fix: code style for primitive 17
This commit is contained in:
@@ -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'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user