We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cae83d commit fa2769eCopy full SHA for fa2769e
1 file changed
src/solid/Telephone.ts
@@ -3,7 +3,7 @@ import { VCARD } from '../vocabulary/mod.js';
3
4
export class Telephone extends TermWrapper {
5
get phoneNumber(): string {
6
- return this.singular(VCARD.hasValue, ValueMappings.literalToString) || '';
+ return this.singular(VCARD.hasValue, ValueMappings.literalToString);
7
}
8
9
set phoneNumber(value: string) {
0 commit comments