Skip to content

Commit 222ca32

Browse files
authored
fix: pass organizationName to the getMetadata method (crowdin#42)
1 parent f45930a commit 222ca32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/real_time_preview/crowdin_preview_manager.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class CrowdinPreviewManager {
9090
var metadataResp = await _api.getMetadata(
9191
accessToken: credentials.accessToken,
9292
distributionHash: distributionHash,
93+
organizationName: config.organizationName,
9394
);
9495
if (metadataResp != null) {
9596
var metadata = _CrowdinMetadata.fromJson(metadataResp);

0 commit comments

Comments
 (0)