Skip to content

Commit

Permalink
Add stub for isDomain()
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 6, 2024
1 parent 3604929 commit 32e753d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/runtime/src/switch/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ export class Service {
stub();
}

isDomain() {
stub();
}

isOverride() {
stub();
}
Expand Down

0 comments on commit 32e753d

Please sign in to comment.