henryfauna
henryfauna
Thanks for bringing this up! Should be fixed by https://github.com/fauna/faunadb-python/pull/249 and will get rolled into a subsequent release.
Hi @carlpeaslee, thanks for bringing this up! I'll take a look and get back to you.
@carlpeaslee Are you able to share code?
Hi @pieterdd, sorry you ran into this. Do any of the following work for you? ``` import { Client } from 'faunadb' new Client({ secret: FAUNA_API_KEY, domain: 'db.us.fauna.com', }); ```...