mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
fix bad merge in UtilityService.ts
This commit is contained in:
@@ -94,15 +94,6 @@ export class UtilityService {
|
|||||||
return this.meta.bubbleInstances.some(x => `.${host.toLowerCase()}`.endsWith(`.${x}`));
|
return this.meta.bubbleInstances.some(x => `.${host.toLowerCase()}`.endsWith(`.${x}`));
|
||||||
}
|
}
|
||||||
|
|
||||||
@bindThis
|
|
||||||
public isBubbledHost(host: string | null): boolean {
|
|
||||||
if (host == null) return false;
|
|
||||||
|
|
||||||
// TODO remove null conditional after merging lab/persisted-instance-blocks
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
|
||||||
return this.meta.bubbleInstances?.includes(host);
|
|
||||||
}
|
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
public concatNoteContentsForKeyWordCheck(content: {
|
public concatNoteContentsForKeyWordCheck(content: {
|
||||||
cw?: string | null;
|
cw?: string | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user