File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1010 "@databuddy/auth" : " workspace:*" ,
1111 "@databuddy/db" : " workspace:*" ,
1212 "@databuddy/redis" : " workspace:*" ,
13+ "@databuddy/services" : " workspace:*" ,
1314 "@databuddy/shared" : " workspace:*" ,
1415 "@databuddy/validation" : " workspace:*" ,
1516 "@opentelemetry/api" : " ^1.9.0" ,
Original file line number Diff line number Diff line change @@ -321,11 +321,11 @@ export class WebsiteService {
321321 userOrgPairs :
322322 created . userId && created . organizationId
323323 ? [
324- {
325- userId : created . userId ,
326- organizationId : created . organizationId ,
327- } ,
328- ]
324+ {
325+ userId : created . userId ,
326+ organizationId : created . organizationId ,
327+ } ,
328+ ]
329329 : [ ] ,
330330 } ) ;
331331
@@ -519,11 +519,11 @@ export class WebsiteService {
519519 userOrgPairs :
520520 deleted . userId && deleted . organizationId
521521 ? [
522- {
523- userId : deleted . userId ,
524- organizationId : deleted . organizationId ,
525- } ,
526- ]
522+ {
523+ userId : deleted . userId ,
524+ organizationId : deleted . organizationId ,
525+ } ,
526+ ]
527527 : [ ] ,
528528 } ) ;
529529 } catch ( error ) {
You can’t perform that action at this time.
0 commit comments