Skip to content

Commit

Permalink
Syntax adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
GTFalcao committed Sep 29, 2024
1 parent 90c5dbf commit 94b24bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/tricentis_qtest/common/utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ export async function getFieldProps() {

function getFieldType(type) {
switch (type) {
case "LongText":
default:
return "string";
case "Number":
return "integer";
case "ArrayNumber":
return "integer[]";
default:
return "string";
}
}

Expand Down

0 comments on commit 94b24bb

Please sign in to comment.