Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Raj Jain committed Jan 22, 2023
1 parent 4edd40f commit 3c5d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/partytown/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type PartytownOptions =
};
}
| undefined;

function appendForwardSlash(path: string) {
return path.endsWith('/') ? path : path + '/';
}
Expand Down

0 comments on commit 3c5d729

Please sign in to comment.