Skip to content

Commit

Permalink
fix: file name
Browse files Browse the repository at this point in the history
  • Loading branch information
c27gc committed Jul 6, 2023
1 parent fc0df1c commit 0a63e66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Folder } from '../folder/folder.domain';
import { User } from '../user/user.domain';
import { OrderBy } from 'src/common/order.type';
import { Pagination } from 'src/lib/pagination';
import { GrantPrivilegesDto } from './dto/grant-privilages.dto';
import { GrantPrivilegesDto } from './dto/grant-privileges';

@ApiTags('Private Sharing')
@Controller('private-sharing')
Expand Down

0 comments on commit 0a63e66

Please sign in to comment.