Skip to content

Commit 77dfbde

Browse files
committed
parse upload ids on unarchive
1 parent 4299167 commit 77dfbde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/resolvers/sub.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ export default {
330330
throw new GqlInputError('sub should not be archived')
331331
}
332332

333+
data.uploadIds = uploadIdsFromText(data.desc)
334+
333335
return await pay('TERRITORY_UNARCHIVE', data, { me, models, lnd })
334336
}
335337
},

0 commit comments

Comments
 (0)