Skip to content

Instantly share code, notes, and snippets.

@davidbarral
Created June 14, 2022 08:05
Show Gist options
  • Save davidbarral/f98e038f389a7dcef5eec7a34676d824 to your computer and use it in GitHub Desktop.
Save davidbarral/f98e038f389a7dcef5eec7a34676d824 to your computer and use it in GitHub Desktop.
DI middle 1
const updateUserPreference = require("./use-cases/update-user-preference.js");
updateUserPreference({ key: "someKey", value: "someValue" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment