Skip to content

Commit

Permalink
fix deno scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Nov 15, 2024
1 parent d1ea1b5 commit fd0f6f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
15 changes: 0 additions & 15 deletions deno.lock

This file was deleted.

4 changes: 1 addition & 3 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { serve } from "https://deno.land/[email protected]/http/server.ts";

serve(async (req: Request) => {
Deno.serve(async (req: Request) => {
const userAgent = req.headers.get("User-Agent") || "";

if (userAgent.includes("PowerShell")) {
Expand Down

0 comments on commit fd0f6f5

Please sign in to comment.