Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Mar 5, 2025
1 parent 8915714 commit 2ce22e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/models/WebsiteConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export class WebsiteConfiguration {
* @return - array of RoutingRule instances
*/
getRoutingRules(): RoutingRuleParams[] {
console.log('hehe', this.routingRules, this.routingRules?.map(r => r.getRuleObject()));
return this.routingRules?.map(r => r.getRuleObject()) ?? [];
}
}

0 comments on commit 2ce22e9

Please sign in to comment.