Skip to content

Commit

Permalink
server: Fix share not working after ESM port
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 22, 2024
1 parent c20c8d1 commit b0d6564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/share/shaca/entities/abstract_shaca_entity.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import shaca from "../shaca";
import Shaca from "../shaca-interface";

let shaca: Shaca;

class AbstractShacaEntity {
get shaca(): Shaca {
return shaca;
Expand Down

0 comments on commit b0d6564

Please sign in to comment.