Skip to content

Commit

Permalink
Merge branch 'main' into ui-components/feat/authenticator-hide-toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
wlee221 authored Mar 10, 2021
2 parents 4bf86ee + 6c9c4ef commit 7d33156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/RNAWSCognito.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/aws/aws-amplify.git", :tag => "amazon-cognito-identity-js@#{s.version.to_s}" }
s.source_files = 'ios/**/*.{h,m,c}'
s.dependency 'React'
s.dependency 'React-Core'
end
2 changes: 2 additions & 0 deletions packages/core/src/Util/DateUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* @see https://github.com/aws/aws-sdk-js/blob/6edf586dcc1de7fe8fbfbbd9a0d2b1847921e6e1/lib/util.js#L262
*/

// Comment - TODO: remove

const FIVE_MINUTES_IN_MS = 1000 * 60 * 5;

export const DateUtils = {
Expand Down

0 comments on commit 7d33156

Please sign in to comment.