Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. defmodule Engagement do
  2. def data() do
  3. DataLoader.KV.new(_batch_key, fn ids ->
  4. #do stuff
  5. end)
  6. end
  7. end
Add Comment
Please, Sign In to add comment