mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: bug introduced when refactoring /share to Sequence
This commit is contained in:
parent
2faaeaedb3
commit
ecb997885c
@ -533,7 +533,7 @@ module.exports = new Sequence([
|
|||||||
|
|
||||||
const svc_share = a.iget('services').get('share');
|
const svc_share = a.iget('services').get('share');
|
||||||
const svc_token = a.iget('services').get('token');
|
const svc_token = a.iget('services').get('token');
|
||||||
const svc_email = a.iget('services').get('token');
|
const svc_email = a.iget('services').get('email');
|
||||||
|
|
||||||
for ( const recipient_item of recipients_work.list() ) {
|
for ( const recipient_item of recipients_work.list() ) {
|
||||||
if ( recipient_item.type !== 'email' ) continue;
|
if ( recipient_item.type !== 'email' ) continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user