grammyjs / storages

Storage adapters for grammY sessions.
49 stars 29 forks source link

chore(mongodb): fix example of usage in readme #176

Closed Simple7575 closed 1 year ago

Simple7575 commented 1 year ago

Updated imports from

import MongoStorage from "@grammyjs/storage-mongodb";

to

import { MongoDBAdapter, ISession } from "@grammyjs/storage-mongodb";

becouse version "^2.2.0" throws Error "The requested module '@grammyjs/storage-mongodb' does not provide an export named 'default'"

Satont commented 1 year ago

Thanks.