katproto_users.ts:55:63 - error TS2339: Property 'did' does not exist on type 'Promise<{ did: `did:${string}:${string}`; active: boolean; status: string; head: string; rev: string; display: string; handle: string; }>'. 55 `
  • ${await repo.display}
  • `, ~~~ katproto_users.ts:55:63 55 `
  • ${await repo.display}
  • `, ~~~ Did you forget to use 'await'? katproto_users.ts:55:82 - error TS2339: Property 'display' does not exist on type 'Promise<{ did: `did:${string}:${string}`; active: boolean; status: string; head: string; rev: string; display: string; handle: string; }>'. 55 `
  • ${await repo.display}
  • `, ~~~~~~~ katproto_users.ts:55:82 55 `
  • ${await repo.display}
  • `, ~~~~~~~ Did you forget to use 'await'? Found 2 errors in the same file, starting at: katproto_users.ts:55