@ -301,8 +301,10 @@ async function sync (token) {
return [
key,
typeof val === 'string'
// add support for escaping the @ as \@
val.replace(/^\\@/, '@')
? val.replace(/^\\@/, '@')
: val
];
}));