Skip to content

Commit

Permalink
fix(keto-client-wrapper): do NOT import injected class as type
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Apr 3, 2024
1 parent 0179144 commit 18ff575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
mixin,
Type,
} from '@nestjs/common';
import type { Reflector } from '@nestjs/core';
import { Reflector } from '@nestjs/core';
import type { Observable } from 'rxjs';

import {
Expand Down

0 comments on commit 18ff575

Please sign in to comment.