Created
June 14, 2022 08:05
-
-
Save davidbarral/f98e038f389a7dcef5eec7a34676d824 to your computer and use it in GitHub Desktop.
DI middle 1
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
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