Skip to content

Commit f908c10

Browse files
Update templates/JSResolverOCHTTPSTemplate.js
Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
1 parent 86363d0 commit f908c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/JSResolverOCHTTPSTemplate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const useCallSubquery = false;
1818

1919
// TIMESTAMP HERE
2020

21-
let schemaDataModelJSON = readFileSync('resolver.schema.graphql', 'utf-8');
21+
const schemaDataModelJSON = readFileSync('resolver.schema.graphql', 'utf-8');
2222

2323
const schemaDataModel = JSON.parse(schemaDataModelJSON);
2424

0 commit comments

Comments
 (0)