Skip to content

Commit

Permalink
fix: code style that causes to build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Mar 16, 2024
1 parent 0737882 commit d693ae8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions domain/kdv-hesaplayici/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { numberFormat } from "@/utils/formatter.js";
import { Mode } from "@/domain/kdv-hesaplayici/calculator.js";

/**
* Decides whether to show the calculator results or not.
Expand All @@ -16,8 +15,8 @@ const shouldShowResults = form => {
/**
* @param {{[key: string]: *}} query
* @param {object} requirements
* @param {{title: string, value: Mode}[]} requirements.modeOptions
* @returns {{price: number, mode: Mode}|void}
* @param {{title: string, value: string}[]} requirements.modeOptions
* @returns {{price: number, mode: string}|void}
*/
const handleQuery = (query, { modeOptions }) => {
const form = {};
Expand Down

0 comments on commit d693ae8

Please sign in to comment.