Fix the TypeScript type error in `src/user.ts`. `getCity` should safely handle users without an address by returning `"unknown"`. Make the code correct so the fixture passes TypeScript type-checking, build, and the included runtime test.
