chore(xo-server/api): remove unused api from context

This commit is contained in:
Julien Fontanet
2022-06-08 22:52:20 +02:00
parent b962e9ebe8
commit 1643d3637f

View File

@@ -237,10 +237,6 @@ export default class Api {
// create the context which is an augmented XO
const context = (() => {
const descriptors = {
api: {
// Used by system.*().
value: this,
},
connection: {
value: connection,
},