Fix: move imports and constants for the api-polyfill over from their old location
This commit is contained in:
parent
a3d2db9645
commit
57d876a530
2 changed files with 4 additions and 8 deletions
|
@ -1,4 +1,7 @@
|
|||
import {sessionClient as AtpApi} from '@atproto/api'
|
||||
import RNFS from 'react-native-fs'
|
||||
|
||||
const TIMEOUT = 10e3 // 10s
|
||||
|
||||
export function doPolyfill() {
|
||||
AtpApi.xrpc.fetch = fetchHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue