Skip to content

Commit 8695ccc

Browse files
committed
apply fix from main branch #26
1 parent 50462a3 commit 8695ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/transit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ aspects( customAspects: FormedAspect[] ){
243243

244244
const aspectsList = customAspects != null && Array.isArray(customAspects) ?
245245
customAspects :
246-
new AspectCalculator( this.toPoints, this.settings ).radix( this.data.planets );
246+
new AspectCalculator( this.toPoints, this.settings ).transit( this.data.planets );
247247

248248
const universe = this.universe;
249249
const wrapper = getEmptyWrapper( universe, this.paper.root.id + "-" + this.settings.ID_ASPECTS, this.paper._paperElementId);

0 commit comments

Comments
 (0)