Last active
August 3, 2022 12:00
-
-
Save nathanclevenger/ee36d43a8e75965dd08a6539898ad3e5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
export default ([ collection, id, method = 'get' ], env) => env.KV.get(collection + '/' + id) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment