Skip to content

Commit

Permalink
Remove vars from empty results in employees
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 5, 2024
1 parent 2f1038f commit 6311b44
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions next/sparql/employees/result.srj
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"head": {
"vars": [
"employee_givenName",
"employee_familyName",
"employee_img",
"employee_title"
]
"vars": []
},
"results": {
"bindings": []
Expand Down

0 comments on commit 6311b44

Please sign in to comment.