Skip to content

Commit

Permalink
chore: codemod src/**/*.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 15, 2023
1 parent ad02ea6 commit 335b393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api-deployment/features/api-explorer/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const express = require('express')
const serverless = require('serverless-http')
const swaggerUi = require('swagger-ui-express')
const YAML = require('yamljs');
const AWS = require('aws-sdk');
const { APIGateway } = require('@aws-sdk/client-api-gateway');

var apigateway = new AWS.APIGateway();
var apigateway = new APIGateway();

var params = {
restApiId: process.env.REST_API_ID,
Expand Down

0 comments on commit 335b393

Please sign in to comment.