Skip to content

Commit 8e19ee2

Browse files
authored
Update CloudSyncSetup.js
1 parent 0830a37 commit 8e19ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/to-do-app/plugins/CloudSyncSetup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function getLatestReleaseUrl(asset_pattern) {
5050
return new Promise((resolve, reject) => {
5151
const options = {
5252
hostname: 'api.github.com',
53-
path: '/repos/sqliteai/sqlite-sync/releases/latest',
53+
path: '/repos/sqliteai/sqlite-sync-dev/releases/latest',
5454
headers: {
5555
'User-Agent': 'expo-cloudsync-plugin'
5656
}
@@ -281,4 +281,4 @@ const withCloudSync = (config) => {
281281
return config;
282282
};
283283

284-
module.exports = withCloudSync;
284+
module.exports = withCloudSync;

0 commit comments

Comments
 (0)