Skip to content

Commit

Permalink
refactor: set the version explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Jan 9, 2024
1 parent c5855c8 commit ffa1581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adapter.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { serve } from "https://deno.land/std/http/server.ts";
import { Status } from "https://deno.land/std/http/http_status.ts";
import { create, getNumericDate } from "https://deno.land/x/djwt/mod.ts";
import { Algorithm } from "https://deno.land/x/djwt/algorithm.ts";
import { serve } from "https://deno.land/std@0.210.0/http/server.ts";
import { Status } from "https://deno.land/std@0.210.0/http/http_status.ts";
import { create, getNumericDate } from "https://deno.land/x/djwt@v3.0.1/mod.ts";
import { Algorithm } from "https://deno.land/x/djwt@v3.0.1/algorithm.ts";
import {
DEBUG,
HOSTNAME,
Expand Down

0 comments on commit ffa1581

Please sign in to comment.