motoko 3.9.6 → 3.10.0

Sign up to get free protection for your applications and to get access to all the features.
package/src/package.ts CHANGED
@@ -82,7 +82,7 @@ async function fetchPackageFiles(
82
82
  'files',
83
83
  'name',
84
84
  );
85
- if (result?.length) {
85
+ if (result) {
86
86
  return result;
87
87
  }
88
88
  }