Skip to content

Commit

Permalink
Merge pull request #401 from flaviocirillo/fogflow-fcfork
Browse files Browse the repository at this point in the history
Fogflow fcfork
  • Loading branch information
smartfog authored Sep 4, 2024
2 parents 8320e8e + 435f501 commit 2acdb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ app.post('/fogfunction', jsonParser, async function (req, res) {

console.log(fogfunction);
db.data.fogfunctions[fogfunction.name] = fogfunction;
db.data.topologies[fogfunction.name] = fogfunction.topology;
db.data.topologies[fogfunction.topology.name] = fogfunction.topology;

if (fogfunction.intent.hasOwnProperty('id') == false) {
var uid = uuid();
Expand Down

0 comments on commit 2acdb0e

Please sign in to comment.