Skip to content

Commit

Permalink
Update databindingsHandler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski authored Jan 15, 2025
1 parent 2c78934 commit fe89108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databindingsHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { keycloakForSiebel } = require("./keycloak.js");
const axios = require("axios");

async function populateDatabindings(formJson, params) {
console.error("Form JSON",formJSon);
console.error("Form JSON",formJson);
//start code here
try {
// Extract dataSources from the form JSON
Expand Down

0 comments on commit fe89108

Please sign in to comment.