Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Dec 3, 2024
1 parent f66dcaa commit cb4cb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/tira_app/endpoints/admin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
from django.conf import settings
from django.core.serializers.json import DjangoJSONEncoder
from django.http import JsonResponse
from slugify import slugify

from .. import tira_model as model
from ..authentication import auth
from ..checks import check_conditional_permissions, check_permissions, check_resources_exist
from ..git_runner import check_that_git_integration_is_valid
from ..ir_datasets_loader import run_irds_command
from slugify import slugify

logger = logging.getLogger("tira")
logger.info("ajax_routes: Logger active")
Expand Down

0 comments on commit cb4cb3e

Please sign in to comment.