Skip to content

Commit

Permalink
fixup! fix(web-storage): migrate away from deprecated `ReactModuleInf…
Browse files Browse the repository at this point in the history
…o` constructor
  • Loading branch information
tido64 committed Nov 29, 2024
1 parent 7537c7a commit 368adcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MsalPackage : BaseReactPackage() {
}
}

override fun getReactModuleInfoProvider(): ReactModuleInfoProvider = ReactModuleInfoProvider {
override fun getReactModuleInfoProvider() = ReactModuleInfoProvider {
val info = ReactNativeAuthModuleProvider.info()
if (info == null) {
mapOf()
Expand Down

0 comments on commit 368adcd

Please sign in to comment.