Skip to content

Commit

Permalink
fix: worbench.ts build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcStdt authored Mar 31, 2024
1 parent 13481d5 commit cdd365b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workbench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export function getCookie(name: string) {
if (parts.length == 2) {
return parts.pop()?.split(";").shift();
}
return null;
}

export function deleteCookie(name: string) {
Expand Down

0 comments on commit cdd365b

Please sign in to comment.