Skip to content

Commit

Permalink
Merge branch '123-too-long-titles-leads-to-error'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippKilian committed May 15, 2024
2 parents a62229f + c84e64c commit f1a6a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b3lb/rest/task/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from django.utils import timezone
from json import dumps
from requests import get
from rest.b3lb.contants import RETURN_STRING_GET_MEETINGS_NO_MEETINGS
from rest.b3lb.constants import RETURN_STRING_GET_MEETINGS_NO_MEETINGS
from rest.b3lb.metrics import incr_metric, set_metric
from rest.b3lb.utils import xml_escape
from rest.classes.checks import NodeCheck
Expand Down

0 comments on commit f1a6a5c

Please sign in to comment.