diff --git a/src/@awesome-cordova-plugins/plugins/unvired-cordova-sdk/index.ts b/src/@awesome-cordova-plugins/plugins/unvired-cordova-sdk/index.ts index 1e2882df0..80fc44d6a 100644 --- a/src/@awesome-cordova-plugins/plugins/unvired-cordova-sdk/index.ts +++ b/src/@awesome-cordova-plugins/plugins/unvired-cordova-sdk/index.ts @@ -1795,7 +1795,7 @@ export class UnviredCordovaSDK extends AwesomeCordovaNativePlugin { * await this.unviredSDK.getUMPRequestConfig("/UMP/api/v1/users"); */ @Cordova() - getUMPRequestConfig(): Promise { + getUMPRequestConfig(endpoint: string, options?: { customUrl?: string }): Promise { return; } }