Skip to content

Commit

Permalink
Endringer etter PR. Fikse feil endring sti til nav-logo.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-arne committed Jan 7, 2025
1 parent 1cc5d45 commit 2c56a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const createPdf = async (
return Buffer.from(new Uint8Array(pdf));
};

const filePath = path.join(process.cwd(), '/icons/nav-logo.svg');
const filePath = path.join(process.cwd(), '', '/icons/nav-logo.svg');

const navIcon = readFileSync(filePath, { encoding: 'utf-8', flag: 'r' });

Expand Down

0 comments on commit 2c56a3e

Please sign in to comment.