mishanianod

Results 3 comments of mishanianod

Hi, default timezone is needed on the dayjs

dataSources in v3 were as follows: ``` dataSources: () => ({ users: new Users(client.db().collection('users')) // OR // users: new Users(UserModel) }) ``` but in the new version **dataSources** is inside...

> what i did is i override my datasource class so I can call the initialize method inside in the MongoDatasource class. Now it works for me. > > ```...