mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
parent
472471c4d9
commit
a803c2d288
@ -104,6 +104,6 @@ export class RepositoryFiles<C extends boolean = false> extends BaseResource<C>
|
||||
this,
|
||||
endpoint`projects/${projectId}/repository/files/${filePath}/raw`,
|
||||
options,
|
||||
) as unknown as Promise<Blob>;
|
||||
) as unknown as Promise<string>;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user