Skip to content

Commit

Permalink
fix: import in fib service
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr committed Mar 28, 2023
1 parent 2a50303 commit cb45bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fibonacci-service/src/app/providers.controller.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Controller, Param, Put } from '@nestjs/common';
import { ProviderService, ProviderId } from '@openfeature/provider';
import { ProviderService } from '@openfeature/provider';
import { ProviderId } from '@openfeature/utils';

@Controller('providers')
export class ProvidersController {
Expand Down

0 comments on commit cb45bca

Please sign in to comment.