Skip to content

Commit

Permalink
Merge pull request #63 from GDSC-PKNU-21-22/dev
Browse files Browse the repository at this point in the history
부리미서버 0.13v 배포
  • Loading branch information
pp449 authored Aug 1, 2023
2 parents 695b64e + 62baca3 commit 6cfd0e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/apis/notice/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ router.get('/', async (req: Request, res: Response) => {
try {
const major = req.query.major as string;
let notices;
if (major === undefined) {
if (major === 'undefined') {
notices = await getSchoolNotices();
} else {
notices = await getNotices(major);
Expand Down

0 comments on commit 6cfd0e1

Please sign in to comment.