Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Jul 19, 2024
1 parent d3a0d74 commit 2272f3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ A public instance of Clapper is currently hosted on [Hugging Face](https://huggi

# Badges

![Boss Bounty Badge](https://img.shields.io/endpoint.svg?url=https://api.boss.dev/badge/enabled/jbilcke-hf/clapper)
- Build and tests status: [![E2E & Unit Tests](https://github.com/jbilcke-hf/clapper/actions/workflows/tests.yml/badge.svg)](https://github.com/jbilcke-hf/clapper/actions/workflows/tests.yml)

- Sponsor a feature: ![Boss Bounty Badge](https://img.shields.io/endpoint.svg?url=https://api.boss.dev/badge/enabled/jbilcke-hf/clapper)


# Bounty Sponsors
Expand Down
1 change: 1 addition & 0 deletions src/lib/utils/formatSegmentForExport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test('formatSegmentForExport', () => {
0
)
).toStrictEqual({
id: '301a3e6f-cb59-4a85-afd6-4737eeeee356',
assetSourceType: 'EMPTY',
assetUrl: '',
category: 'generic',
Expand Down
6 changes: 5 additions & 1 deletion src/services/ui/getDefaultUIState.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { ProjectCreationWizardStep, SettingsCategory, UIState } from '@aitube/clapper-services'
import {
ProjectCreationWizardStep,
SettingsCategory,
UIState,
} from '@aitube/clapper-services'

export function getDefaultUIState(): UIState {
const state: UIState = {
Expand Down

0 comments on commit 2272f3d

Please sign in to comment.