File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/routes/projectMembers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ module.exports = [
63
63
} ) ;
64
64
65
65
66
- const TraitFields = [ 'photoURL' , 'workingHoursStart ' , 'workingHoursEnd ' , 'timeZone' ] ;
66
+ const TraitFields = [ 'photoURL' , 'workingHourStart ' , 'workingHourEnd ' , 'timeZone' ] ;
67
67
const traitFields = _ . intersection ( TraitFields , fields ) ;
68
68
if ( traitFields . length ) {
69
69
const promises = [ ] ;
@@ -76,7 +76,7 @@ module.exports = [
76
76
const traits = await Promise . all ( promises ) ;
77
77
78
78
// remove photoURL, because connect_info also has photoURL
79
- const ConnectInfoFields = [ 'workingHoursStart ' , 'workingHoursEnd ' , 'timeZone' ] ;
79
+ const ConnectInfoFields = [ 'workingHourStart ' , 'workingHourEnd ' , 'timeZone' ] ;
80
80
const connectInfoFields = _ . intersection ( ConnectInfoFields , fields ) ;
81
81
82
82
// merge traits
You can’t perform that action at this time.
0 commit comments