Last active
February 5, 2022 08:47
-
-
Save smoothdvd/3076f0b1d4561bbd93d0844b841f17a4 to your computer and use it in GitHub Desktop.
server/services/providers.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
switch (provider) { | |
case 'our-provider': { | |
// 'our-provider' code here | |
break; | |
} | |
... | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment