digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

chore: fix const type error in sync test #596

Closed EvanHahn closed 2 months ago

EvanHahn commented 2 months ago

We weren't using the right syntax to mark a string as const, so its type was string when we meant it to be 'auth'. That caused a type error, which is fixed by this change.