Skip to content

Commit ae80735

Browse files
committed
fix tests
1 parent 04bc57d commit ae80735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/api/routes/linkry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { intersection } from "../plugins/auth.js";
1111
import { NoDataRequest } from "../types.js";
1212
import { DynamoDBClient, QueryCommand } from "@aws-sdk/client-dynamodb";
13-
import { environmentConfig, genericConfig } from "common/config.js";
13+
import { genericConfig } from "../../common/config.js";
1414
import { unmarshall } from "@aws-sdk/util-dynamodb";
1515

1616
type LinkrySlugOnlyRequest = {

0 commit comments

Comments
 (0)