Skip to content

Commit

Permalink
server-esm: Fix missing becca
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 18, 2024
1 parent 1cd6670 commit a10cc7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/becca/entities/abstract_becca_entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import log from "../../services/log.js";
import protectedSessionService from "../../services/protected_session.js";
import blobService from "../../services/blob.js";
import Becca, { ConstructorData } from '../becca-interface';

let becca: Becca;
import becca from "../becca.js";

interface ContentOpts {
forceSave?: boolean;
Expand Down

0 comments on commit a10cc7b

Please sign in to comment.