Skip to content

Commit

Permalink
embarrassed
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sandor committed Sep 24, 2024
1 parent 43ca995 commit 95835d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void init() {
@GetMapping("/screenshot")
public String takeScreenshot(@RequestParam String url) {
// Use a try-with-resources block to manage the Playwright resources
log.debug("Recieving request")
log.debug("Recieving request");
try (Playwright playwright = Playwright.create()) {
// Use Chromium for this example; you can choose another browser type
BrowserType browserType = playwright.chromium();
Expand Down

0 comments on commit 95835d2

Please sign in to comment.