You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(!filetype)thrownewApplicationError("error.schoolModule.onboardingInvalidLogo","The logo is not a valid PNG or JPG file. Please check the logo and try again.");
346
+
347
+
switch(filetype){
348
+
case"png":
349
+
constpngImage=awaitpdfDoc.embedPng(bytes);
350
+
returnpngImage;
351
+
case"jpg":
352
+
constjpgImage=awaitpdfDoc.embedJpg(bytes);
353
+
returnjpgImage;
355
354
}
356
-
357
-
thrownewApplicationError("error.schoolModule.onboardingInvalidLogo","The logo is not a valid PNG or JPG file. Please check the logo and try again.");
0 commit comments