Skip to content

Commit

Permalink
Merge pull request #113 from universal-ember/fix-selected-service-reg…
Browse files Browse the repository at this point in the history
…istry-entry

Fix selected service service-registry entry
  • Loading branch information
NullVoxPopuli authored Jul 20, 2024
2 parents aac0077 + 831d936 commit ad31fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/services/kolay/selected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ export default class Selected extends Service {
// DO NOT DELETE: this is how TypeScript knows how to look up your services.
declare module '@ember/service' {
interface Registry {
selected: Selected;
'kolay/selected': Selected;
}
}

0 comments on commit ad31fff

Please sign in to comment.