mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
server-ts: FIXME -> TODO
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { BlobRow } from "./rows";
|
||||
|
||||
// FIXME: Why this does not extend the abstract becca?
|
||||
// TODO: Why this does not extend the abstract becca?
|
||||
class BBlob {
|
||||
static get entityName() { return "blobs"; }
|
||||
static get primaryKeyName() { return "blobId"; }
|
||||
|
||||
Reference in New Issue
Block a user