Skip to content

Commit

Permalink
Create release 1.0.2 (#235)
Browse files Browse the repository at this point in the history
Fix unused import causing frontend build to fail
  • Loading branch information
yhtMinceraft1010X authored Nov 11, 2023
1 parent c79bc1a commit 1fb2f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion frontend/src/hooks/useCollaboration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Room, connect } from "twilio-video";
import { wsCollaborationProxyGatewayAddress } from "@/gateway-address/gateway-address";
import { AuthContext } from "@/contexts/AuthContext";
import { toast } from "react-toastify";
import { collaborationServiceAddress } from "./../../../services/gateway/src/proxied_routes/service_names";
import { useRouter } from "next/router";
import { fetchRoomData } from "@/pages/api/collaborationHandler";

Expand Down
4 changes: 2 additions & 2 deletions services/admin-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ This corresponds to the service account for the project's development environmen

## How to add/remove admin rights for users on the application

1. Run the command below. This will start up the admin service locally:
1. Run the command below from the root of the entire project. This will start up the admin service locally:
```shell
dotenv -e <insert full path of env file> -c development -- yarn dev
dotenv -e <insert full path of env file without quotes> -- yarn workspace admin-service dev
```

Although the command is `dev`, the Firebase admin rights can also be added to/removed from the users on the production
Expand Down

0 comments on commit 1fb2f63

Please sign in to comment.