Skip to content

Commit

Permalink
Update Amplify.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rozaychen authored May 30, 2024
1 parent 06a517f commit 79b6371
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 79b6371

Please sign in to comment.