Skip to content

Commit

Permalink
Update Amplify.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rozaychen committed Aug 7, 2024
1 parent bceafda commit 9a0bf9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Amplify/Amplify.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ public class Amplify {
public func testAPIBreakageNameChange(oldVersion: Int, newVersion: Int, optionalVersion: Int = 10) -> Bool {
return oldVersion>newVersion-optionalVersion
}
public func testAPIBreakageNameChange2(oldVersion: Int, newVersion: Int, optionalVersion: Int = 10) -> Bool {
return oldVersion>newVersion-optionalVersion
}

static var isConfigured = false

Expand Down

0 comments on commit 9a0bf9a

Please sign in to comment.