Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jan 13, 2025
1 parent 04bc57d commit ae80735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/routes/linkry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { intersection } from "../plugins/auth.js";

Check warning on line 10 in src/api/routes/linkry.ts

View workflow job for this annotation

GitHub Actions / Run Unit Tests

'intersection' is defined but never used. Allowed unused vars must match /^_/u
import { NoDataRequest } from "../types.js";
import { DynamoDBClient, QueryCommand } from "@aws-sdk/client-dynamodb";
import { environmentConfig, genericConfig } from "common/config.js";
import { genericConfig } from "../../common/config.js";
import { unmarshall } from "@aws-sdk/util-dynamodb";

type LinkrySlugOnlyRequest = {
Expand Down

0 comments on commit ae80735

Please sign in to comment.