Skip to content

Commit 17507dc

Browse files
author
Guilherme Souza
committed
Add NSEC_PER_MSEC
1 parent 56743de commit 17507dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/Auth/Internal/AutoRefreshToken.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Created by Guilherme Souza on 06/04/24.
66
//
77

8+
import _Helpers
89
import ConcurrencyExtras
910
import Foundation
1011

Sources/_Helpers/Foundation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
import FoundationNetworking
1010

1111
package let NSEC_PER_SEC: UInt64 = 1000000000
12+
package let NSEC_PER_MSEC: UInt64 = 1000000
1213
#endif

0 commit comments

Comments
 (0)