Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit c78e795

Browse files
GitBrentGitBrent
authored andcommitted
Code cleanup
1 parent a905845 commit c78e795

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

example/nodejs-demo.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
* - https://github.com/s-KaiNet/node-spoauth
1212
*/
1313

14-
// ============================================================================
15-
var fs = require('fs');
16-
1714
// Required Args
1815
// =============
1916
if (process.argv.length < 4) {
@@ -24,6 +21,7 @@ if (process.argv.length < 4) {
2421

2522
// SETUP: Load sprestlib and show version to verify everything loaded correctly
2623
// ============================================================================
24+
var fs = require('fs');
2725
var https = require('https'); // this Library is the basis for the remote auth solution
2826
var sprLib;
2927
if (fs.existsSync('../dist/sprestlib.js')) {

0 commit comments

Comments
 (0)