jongyoul commented on code in PR #20:
URL: https://github.com/apache/zeppelin-site/pull/20#discussion_r1762187527


##########
.github/workflows/helium/lib/createHeliumPkgFile.js:
##########
@@ -0,0 +1,41 @@
+import Promise from "bluebird";
+import stringify from 'json-stringify-pretty-compact';
+import {getMavenHandler} from "./getMavenArtifactInfo.js";
+import {fetchHelium} from "./fetchHeliumPkgInfo.js";
+import * as fs from "fs";
+import {getBasicMavenHandler} from "./getBasicMavenArtifactInfo.js";
+
+const pushPkgInfoToTmp = async function() {
+    // const response = await fetch('https://zeppelin.apache.org/helium.json')
+    // const data = await response.json();
+    // return data[0];

Review Comment:
   ```suggestion
   ```
   If it's not necessary, could you please remove them?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to