@fractary/codex 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1080,7 +1080,7 @@ function getCustomSyncDestinations(metadata) {
1080
1080
  try {
1081
1081
  const parsed = parseCustomDestination(destination);
1082
1082
  results.push(parsed);
1083
- } catch (error) {
1083
+ } catch (_error) {
1084
1084
  continue;
1085
1085
  }
1086
1086
  }