🚨(backend) fix backend linter
I wrongly merged a backend pr, and broke the linter.
This commit is contained in:
committed by
aleb_the_flash
parent
6848321bcc
commit
c54773008c
@@ -508,6 +508,7 @@ class Base(Configuration):
|
|||||||
scope = sentry_sdk.get_global_scope()
|
scope = sentry_sdk.get_global_scope()
|
||||||
scope.set_tag("application", "backend")
|
scope.set_tag("application", "backend")
|
||||||
|
|
||||||
|
|
||||||
class Build(Base):
|
class Build(Base):
|
||||||
"""Settings used when the application is built.
|
"""Settings used when the application is built.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user