mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-18 19:42:04 +00:00
feat(pokedex): add shareable read-only dex links
This commit is contained in:
@@ -10,6 +10,7 @@ class PokedexRepository {
|
||||
private transform(db: PokedexDB, dexScopes: string[] = []): Pokedex {
|
||||
return {
|
||||
_id: db.id,
|
||||
shareToken: db.shareToken,
|
||||
userId: db.userId,
|
||||
name: db.name,
|
||||
description: db.description || '',
|
||||
|
||||
Reference in New Issue
Block a user