mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
fix: code style for primitive 17
This commit is contained in:
parent
4d925fc086
commit
b9080da75d
1 changed files with 2 additions and 3 deletions
|
@ -425,9 +425,8 @@ export class ApInboxService {
|
|||
if (this.utilityService.extractDbHost(actor.uri) !== this.utilityService.extractDbHost(note.id)) {
|
||||
return 'skip: host in actor.uri !== note.id';
|
||||
}
|
||||
}
|
||||
else {
|
||||
return 'skip: note.id is not a string'
|
||||
} else {
|
||||
return 'skip: note.id is not a string';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue