mirror of
https://github.com/apache/superset.git
synced 2026-06-06 16:19:18 +00:00
fix(charts): screenshot API declaring an unnecessary rison arg (#11931)
This commit is contained in:
committed by
GitHub
parent
f98ae014fa
commit
14ea444e58
@@ -607,7 +607,6 @@ class ChartRestApi(BaseSupersetModelRestApi):
|
||||
|
||||
@expose("/<pk>/screenshot/<digest>/", methods=["GET"])
|
||||
@protect()
|
||||
@rison(screenshot_query_schema)
|
||||
@safe
|
||||
@statsd_metrics
|
||||
@event_logger.log_this_with_context(log_to_statsd=False)
|
||||
|
||||
Reference in New Issue
Block a user