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

Commit

Permalink
Fixed issues and made dist john cena
Browse files Browse the repository at this point in the history
  • Loading branch information
FusionSid committed Jul 27, 2022
1 parent e368d72 commit 1643cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ typings/
out/

*.pyc

dist/
1 change: 1 addition & 0 deletions src/scripts/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ async function createNewRoom(room_name, room_description=null) {
.then((response) => response.json())
.then((json_data) => {
data = json_data;
console.log(data)
});

return data;
Expand Down

0 comments on commit 1643cfc

Please sign in to comment.