Skip to content

Commit c4492f0

Browse files
committed
Fix comments
1 parent 4912fa5 commit c4492f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/scripts/generateSpecMapping.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { fileURLToPath } from 'node:url';
55
const __filename = fileURLToPath(import.meta.url);
66
const __dirname = path.dirname(__filename);
77

8+
// Add new specs to be deployed to Bump here
89
const SPEC_MAPPING = [
910
{
1011
doc: 'f929d2d7-27d7-4591-b22f-6c2e543a7874',
@@ -13,9 +14,6 @@ const SPEC_MAPPING = [
1314
},
1415
];
1516

16-
/**
17-
* Handles the resource versions for Atlas Admin API v2
18-
*/
1917
function handleAdminAPIv2() {
2018
const docId = '2accf4b8-a543-426c-94c3-794ae26b68be';
2119
const directory = 'openapi/v2';

0 commit comments

Comments
 (0)