Skip to content

Commit

Permalink
attempt to fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed May 5, 2024
1 parent e87b05a commit 4dd5367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/resume/resume.service.ts
Expand Up @@ -45,7 +45,7 @@ export class ResumeService {
});
}

async import(userId: string, importResumeDto: ImportResumeDto) {
import(userId: string, importResumeDto: ImportResumeDto) {
const randomTitle = generateRandomName();

return this.prisma.resume.create({
Expand Down

0 comments on commit 4dd5367

Please sign in to comment.