Skip to content

Commit cb04e64

Browse files
SpliiTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 7a5f469 commit cb04e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/routes/blueprint_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,4 +501,4 @@ def import_project() -> flask.Response:
501501
snapshot = flask.json.loads(raw)
502502
except KeyError:
503503
snapshot = {}
504-
return flask.make_response({"snapshot": snapshot}, 200)
504+
return flask.make_response({"snapshot": snapshot}, 200)

0 commit comments

Comments
 (0)