there are now 2 spots (1, 2) where we have similar enough logic and we should consider refactoring these into a single spot. things to keep in mind:
- we probably want to split this up into multiple functions
- we want to avoid import loops (because we're using the
config pkg to initialize new clients and whatnot)
there are now 2 spots (1, 2) where we have similar enough logic and we should consider refactoring these into a single spot. things to keep in mind:
configpkg to initialize new clients and whatnot)