We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bc57d commit ae80735Copy full SHA for ae80735
src/api/routes/linkry.ts
@@ -10,7 +10,7 @@ import {
10
import { intersection } from "../plugins/auth.js";
11
import { NoDataRequest } from "../types.js";
12
import { DynamoDBClient, QueryCommand } from "@aws-sdk/client-dynamodb";
13
-import { environmentConfig, genericConfig } from "common/config.js";
+import { genericConfig } from "../../common/config.js";
14
import { unmarshall } from "@aws-sdk/util-dynamodb";
15
16
type LinkrySlugOnlyRequest = {
0 commit comments