Skip to content

Commit e681306

Browse files
Put change handlers in their execution environment
1 parent 64c1107 commit e681306

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1971
-2276
lines changed

packages/apollo-collaboration-server/src/assemblies/assemblies.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class AssembliesService {
6060
const refSeqs = await this.refSeqsService.findAll({ assembly: _id })
6161
for (const refSeq of refSeqs) {
6262
const features = await this.featuresService.findByRange({
63-
refSeq: refSeq._id as string,
63+
refSeq: refSeq._id.toString(),
6464
start: 0,
6565
end: refSeq.length,
6666
})

0 commit comments

Comments
 (0)