Skip to content

Commit f235c88

Browse files
authored
Merge pull request #71 from FalkorDB/fix-staging
fix
2 parents e8789f7 + 79d7637 commit f235c88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/index.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,4 @@ def switch_commit():
440440
'change_set': change_set
441441
}
442442

443-
return jsonify(response), 200
444-
445-
446-
app.run(debug=True)
443+
return jsonify(response), 200

0 commit comments

Comments
 (0)