Skip to content

Commit

Permalink
triggering pr workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Schimpf committed Mar 3, 2024
1 parent 211cb58 commit e184527
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion admin/app/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def _build_app(cls) -> FastAPI:

@staticmethod
def _init_services() -> None:
# TODO: Move these to lifespan?
MySQLService.init()
RedisService.init()
StringsService.init(default_locale=Config.DEFAULT_LOCALE)
Expand Down
1 change: 0 additions & 1 deletion flags/app/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def _build_app(cls) -> FastAPI:

@staticmethod
def _init_services() -> None:
# TODO: Move these to lifespan?
RedisService.init()
StringsService.init(default_locale=Config.DEFAULT_LOCALE)

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Help() {
What is Flagship?
</h1>
<p>
Flagship is an open-source feature flag management
Flagship is a full-stack feature flag management
platform.
</p>
<p>
Expand Down
3 changes: 3 additions & 0 deletions sdk/javascript/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Flagship Javascript SDK

See <a href="https://alexschimpf.github.io/flagship/sdk/#javascript">here</a> for details on using the Flagship Javascript SDK.
3 changes: 3 additions & 0 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Flagship Python SDK

See <a href="https://alexschimpf.github.io/flagship/sdk/#python">here</a> for details on using the Flagship Python SDK.

0 comments on commit e184527

Please sign in to comment.