Skip to content

Commit

Permalink
Update static report schema
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <[email protected]>
  • Loading branch information
wcchang1115 committed Oct 25, 2023
1 parent 04e6a2e commit d46cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_report/src/sdlc/single-report-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export interface AssertionTest {
export interface DataSource {
name: string;
type: string;
git_branch?: string;
git_branch?: string | null;
git_sha?: string;
skip_datasource?: boolean;
}
Expand Down

0 comments on commit d46cda2

Please sign in to comment.