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
noripi10 authored and dylancom committed Jan 7, 2023
1 parent 632afde commit e0a7d29
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 e0a7d29

Please sign in to comment.