feat(providers): locking redis (#9544)
This commit is contained in:
committed by
GitHub
parent
e77a2ff032
commit
4a03bdbb86
@@ -1,10 +1,8 @@
|
||||
import { ModuleProviderExports } from "@medusajs/framework/types"
|
||||
import { ModuleProvider, Modules } from "@medusajs/framework/utils"
|
||||
import { GithubAuthService } from "./services/github"
|
||||
|
||||
const services = [GithubAuthService]
|
||||
|
||||
const providerExport: ModuleProviderExports = {
|
||||
export default ModuleProvider(Modules.AUTH, {
|
||||
services,
|
||||
}
|
||||
|
||||
export default providerExport
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user