Skip to content

Instantly share code, notes, and snippets.

@davidbarral
Created June 13, 2022 19:56
Show Gist options
  • Save davidbarral/ef224d566677c08828748363669dc9f0 to your computer and use it in GitHub Desktop.
Save davidbarral/ef224d566677c08828748363669dc9f0 to your computer and use it in GitHub Desktop.
DI: Purist 1
const updateUserPreference = ({ key, value, repositories }) => {
// Do stuff and get an updated user
repositories.user.update(updatedUser);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment