mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
Merge branch 'feature/typescript_backend_6' into feature/typescript_backend_7
This commit is contained in:
@@ -137,10 +137,7 @@ export default class Becca {
|
||||
return branch;
|
||||
}
|
||||
|
||||
getAttribute(attributeId: string | null): BAttribute | null {
|
||||
if (!attributeId) {
|
||||
return null;
|
||||
}
|
||||
getAttribute(attributeId: string): BAttribute | null {
|
||||
return this.attributes[attributeId];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user