Skip to content

Commit c28dad1

Browse files
lint and editor
1 parent a216513 commit c28dad1

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"**/Thumbs.db": true,
1111
".github": false,
1212
".vscode": false
13-
}
13+
},
14+
"js/ts.tsdk.path": "node_modules/typescript/lib"
1415
}

internal/datastore/src/letter-repository.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ import {
88
} from "@aws-sdk/lib-dynamodb";
99
import { ConditionalCheckFailedException } from "@aws-sdk/client-dynamodb";
1010
import { Logger } from "pino";
11-
import {
12-
InsertLetter,
13-
Letter,
14-
LetterSchema,
15-
UpdateLetter,
16-
} from "./types";
11+
import { InsertLetter, Letter, LetterSchema, UpdateLetter } from "./types";
1712
import LetterNotFoundError from "./errors/letter-not-found-error";
1813
import LetterAlreadyExistsError from "./errors/letter-already-exists-error";
1914

0 commit comments

Comments
 (0)