Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
soson committed Dec 19, 2023
1 parent cc82be3 commit 3803b50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export type JSONObject = { [key: string]: JSONValue };
export type JSONArray = JSONValue[];

export function prepareInstallParameters(deviceName: string, mountParameters: Prisma.JsonValue): Prisma.JsonValue {
console.log(mountParameters);
return {
input: {
// eslint-disable-next-line @typescript-eslint/naming-convention
Expand Down

0 comments on commit 3803b50

Please sign in to comment.