Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes committed May 2, 2024
1 parent 3923a00 commit 81515a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/ioc/src/global.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<<<<<<< HEAD
=======
import assert from 'assert';
>>>>>>> 82054aa (sss)
import { Container } from './container';

//SIDE EFFECT: GLOBAL DI
let containerSubject: Container;

<<<<<<< HEAD
=======
/**
* Don't use this unless you know what you're doing. Destroys old containerSubject if it exists and disposes everything
* then it will swap
Expand All @@ -19,7 +13,6 @@ export async function __swap_container(c: Container) {
}
containerSubject = c;
}
>>>>>>> 82054aa (sss)

/**
* Don't use this unless you know what you're doing. Destroys old containerSubject if it exists and disposes everything
Expand Down

0 comments on commit 81515a6

Please sign in to comment.