mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Fix getGotOptions use after merge
This commit is contained in:
@@ -171,7 +171,7 @@ export class OptionalResourceService {
|
||||
decl: OptionalResourceType,
|
||||
destPath: string
|
||||
): Promise<Buffer> {
|
||||
const result = await got(decl.url, getGotOptions()).buffer();
|
||||
const result = await got(decl.url, await getGotOptions()).buffer();
|
||||
|
||||
this.cache.set(name, result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user