Skip to content

Commit ecb9978

Browse files
committed
fix: bug introduced when refactoring /share to Sequence
1 parent 2faaeae commit ecb9978

File tree

1 file changed

+1
-1
lines changed
  • packages/backend/src/structured/sequence

1 file changed

+1
-1
lines changed

packages/backend/src/structured/sequence/share.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ module.exports = new Sequence([
533533

534534
const svc_share = a.iget('services').get('share');
535535
const svc_token = a.iget('services').get('token');
536-
const svc_email = a.iget('services').get('token');
536+
const svc_email = a.iget('services').get('email');
537537

538538
for ( const recipient_item of recipients_work.list() ) {
539539
if ( recipient_item.type !== 'email' ) continue;

0 commit comments

Comments
 (0)