We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50462a3 commit 8695cccCopy full SHA for 8695ccc
project/src/transit.ts
@@ -243,7 +243,7 @@ aspects( customAspects: FormedAspect[] ){
243
244
const aspectsList = customAspects != null && Array.isArray(customAspects) ?
245
customAspects :
246
- new AspectCalculator( this.toPoints, this.settings ).radix( this.data.planets );
+ new AspectCalculator( this.toPoints, this.settings ).transit( this.data.planets );
247
248
const universe = this.universe;
249
const wrapper = getEmptyWrapper( universe, this.paper.root.id + "-" + this.settings.ID_ASPECTS, this.paper._paperElementId);
0 commit comments