We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0830a37 commit 8e19ee2Copy full SHA for 8e19ee2
examples/to-do-app/plugins/CloudSyncSetup.js
@@ -50,7 +50,7 @@ async function getLatestReleaseUrl(asset_pattern) {
50
return new Promise((resolve, reject) => {
51
const options = {
52
hostname: 'api.github.com',
53
- path: '/repos/sqliteai/sqlite-sync/releases/latest',
+ path: '/repos/sqliteai/sqlite-sync-dev/releases/latest',
54
headers: {
55
'User-Agent': 'expo-cloudsync-plugin'
56
}
@@ -281,4 +281,4 @@ const withCloudSync = (config) => {
281
return config;
282
};
283
284
-module.exports = withCloudSync;
+module.exports = withCloudSync;
0 commit comments