Skip to content

Commit

Permalink
fix: enable audit for import events (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Oct 17, 2023
1 parent 13b7bfa commit 7964e49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/integrations/launch_darkly/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig
from core.apps import BaseAppConfig


class LaunchDarklyConfigurationConfig(AppConfig):
class LaunchDarklyConfigurationConfig(BaseAppConfig):
name = "integrations.launch_darkly"

3 comments on commit 7964e49

@vercel
Copy link

@vercel vercel bot commented on 7964e49 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 7964e49 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on 7964e49 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.