Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MontaGhanmy committed Nov 22, 2024
1 parent eef4c8d commit 1f386d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrive/backend/node/src/utils/get-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export const getConfigOrDefault = <T>(key: string, defaultValue: T): T => {
}

return value as T;
};
};

0 comments on commit 1f386d1

Please sign in to comment.