AlexzanderFlores / WOKCommands

132 stars 61 forks source link

i want to edit the wok class #233

Open EXA-Hub opened 8 months ago

EXA-Hub commented 8 months ago
  class WOK extends WOKCommands {
    async connectToMongo(mongoUri) {
      await mongoose.connect(mongoUri);
      this._isConnectedToDB = true;
    }
  }