server-ts: FIXME -> TODO

This commit is contained in:
Elian Doran
2024-02-18 20:29:23 +02:00
parent 3d9da26bb3
commit aff1c30557
8 changed files with 12 additions and 12 deletions

View File

@@ -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"; }