Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

myAchievements: resume generator (fixes #7441) #7445

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Conflicts resolution
  • Loading branch information
Mutugiii committed May 24, 2024
commit cb4e2c6fbccb344167e02ce254e8000ff7f92482
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ const pdfMake = require('pdfmake/build/pdfmake');
const pdfFonts = require('pdfmake/build/vfs_fonts');
pdfMake.vfs = pdfFonts.pdfMake.vfs;

const pdfMake = require('pdfmake/build/pdfmake');
const pdfFonts = require('pdfmake/build/vfs_fonts');
pdfMake.vfs = pdfFonts.pdfMake.vfs;

@Component({
templateUrl: './users-achievements.component.html',
styleUrls: [ './users-achievements.scss' ],
Expand Down Expand Up @@ -190,7 +186,6 @@ export class UsersAchievementsComponent implements OnInit {
})
.download(`${this.user.name} resumé.pdf`);
});

}

generatePDF() {
Expand Down