Skip to content

Commit

Permalink
fix(type): fixed mobileAds initialize response status type #515
Browse files Browse the repository at this point in the history
  • Loading branch information
Star-dev325 committed Jan 7, 2023
1 parent 9287ec5 commit 287190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/AdapterStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export enum InitializationState {
export type AdapterStatus = {
name: string;
description: string;
status: InitializationState;
state: InitializationState;
};

0 comments on commit 287190f

Please sign in to comment.