Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
henriettelienrebnor committed Jan 17, 2025
1 parent be25128 commit ea4133c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Boundaries/Backend/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ASK WHERE {{

await RdfoxApi.QuerySparql(conn, quey);

return Results.Ok($"Adjacent nodes for node {nodeId} retrieved successfully.");
return Results.Ok($"Adjacent nodes for node {nodeId} retrieved successfully.");
});

//Add commissioning packageadd commision package endpoint?
Expand Down Expand Up @@ -202,6 +202,6 @@ DELETE WHERE {{
}

return Results.Ok(commissioningPackage);
});
});

app.Run();

0 comments on commit ea4133c

Please sign in to comment.