Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
이정현 committed Jul 18, 2019
1 parent 906db1c commit 8c59e3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions api/responseCache.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const process = require('process');
const AWS = require('aws-sdk');

require('dotenv').config();

const NODE_ENV = process.env.NODE_ENV;
const TableName = NODE_ENV === 'development' ? 'SchoolMenu_dev' : 'SchoolMenu';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "school-menu-api",
"version": "3.2.3",
"version": "3.2.5",
"description": "학교급식 API : 학교 급식 쉽게 불러오기",
"main": "lambda.js",
"scripts": {
Expand Down

0 comments on commit 8c59e3d

Please sign in to comment.