Skip to content

Commit

Permalink
fix: pass organizationName to the getMetadata method (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlutterOd committed Jan 29, 2024
1 parent f45930a commit 222ca32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/real_time_preview/crowdin_preview_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class CrowdinPreviewManager {
var metadataResp = await _api.getMetadata(
accessToken: credentials.accessToken,
distributionHash: distributionHash,
organizationName: config.organizationName,
);
if (metadataResp != null) {
var metadata = _CrowdinMetadata.fromJson(metadataResp);
Expand Down

0 comments on commit 222ca32

Please sign in to comment.