Skip to content

Commit

Permalink
Set default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Dec 18, 2020
1 parent c988682 commit fcb230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gitbeaker-core/src/services/RepositoryFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export type RepositoryFileSchema<C = true> = C extends true
? RepositoryFileSchemaDefault
: RepositoryFileSchemaCamelized;

export class RepositoryFiles<C> extends BaseService {
export class RepositoryFiles<C = false> extends BaseService {
create(
projectId: string | number,
filePath: string,
Expand Down

0 comments on commit fcb230f

Please sign in to comment.