Skip to content

Commit

Permalink
Merge pull request #2 from rozaychen/rozaychen-patch-2
Browse files Browse the repository at this point in the history
chore: Test No API break
  • Loading branch information
rozaychen authored May 30, 2024
2 parents 06a517f + 79b6371 commit 6fcb615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Amplify/Amplify.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public class Amplify {
/// - Tag: Amplify.isConfigured
static var isConfigured = false

public static var test: float = 1.0

// Storage for the categories themselves, which will be instantiated during configuration, and cleared during reset.
// It is not supported to mutate these category properties. They are `var` to support the `reset()` method for
// ease of testing.
Expand Down

0 comments on commit 6fcb615

Please sign in to comment.