mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Fix showArchive return type (#2001)
This commit is contained in:
parent
f1ea215ca0
commit
d15dac99a2
@ -78,7 +78,7 @@ export class Repositories<C extends boolean = false> extends BaseResource<C> {
|
||||
this,
|
||||
`projects/${pId}/repository/archive.${fileType}`,
|
||||
options as Record<string, unknown>,
|
||||
) as unknown as Promise<void>;
|
||||
) as unknown as Promise<string>;
|
||||
}
|
||||
|
||||
showBlob(projectId: string | number, sha: string, options?: Sudo) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user