Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsuvit committed Oct 29, 2022
1 parent 1df293f commit 694860e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Here we assume that `X-TENANT-ID` is passed in the request header so that its av
**custom-tenant.validator.ts**

```typescript
import { TenancyValidator } from '@app/tenancy';
import { TenancyValidator } from "@needle-innovision/nestjs-tenancy";
import { Injectable, NotFoundException } from "@nestjs/common";
import { InjectModel } from '@nestjs/mongoose';
import { Model } from 'mongoose';
Expand Down

0 comments on commit 694860e

Please sign in to comment.