fix: code style for primitive 17

This commit is contained in:
Julia Johannesen 2024-11-14 20:28:50 -05:00
parent 4d925fc086
commit b9080da75d
No known key found for this signature in database
GPG key ID: 4A1377AF3E7FBC46

View file

@ -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'
} }
} }