diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-22 23:02:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-22 23:02:02 +0200 |
| commit | 55fb920baa9792266be1a6b981f954c622c1eaf9 (patch) | |
| tree | 0016f699d26e6d2226da4748476485713c9fae88 /src/config | |
| parent | 2ec82213d1dafb17b7a445451fe6e49cff632475 (diff) | |
Add tests for header
Also patches up the leaky abstraction on the actions
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config/config.js b/src/config/config.js index 0570e1c..3637670 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -12,6 +12,4 @@ export const apollo = { version: packageVersion }; -export const socketServer = import.meta.env.FORUM_SOCKET_SERVER; - export const version = packageVersion; |