re-use existing variable

This commit is contained in:
eleith 2020-04-22 18:41:17 +00:00
parent 728434531d
commit 067bde58d0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default {
return false
}
if (contact.version === '4.0' && type === 'icaltime') {
if (version === '4.0' && type === 'icaltime') {
return false
}
}