WIP add phone pointer import
This commit is contained in:
@@ -18,7 +18,7 @@ class Phone extends Syncable implements Addressable {
|
||||
}
|
||||
|
||||
public static async toKey(msisdn:number) {
|
||||
return await toKey(msisdn.toString(), ':cic.msisdn');
|
||||
return await toKey(msisdn.toString(), ':cic.phone');
|
||||
}
|
||||
|
||||
public key(): string {
|
||||
|
||||
Reference in New Issue
Block a user