Skip to content

Commit

Permalink
[call-me] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 23, 2024
1 parent 872345c commit 423455c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ definitions:
properties:
connected:
type: array
example: ['http://localhost:8000/join?user=call-me&call=miro']
example: ['https://your.domain/join?user=call-me&call=miro']
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.32",
"version": "1.0.33",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - [email protected]",
"license": "AGPLv3",
Expand Down
2 changes: 2 additions & 0 deletions public/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ document.addEventListener('DOMContentLoaded', function () {
fetchRandomImage();
});

// githubDiv.style.display = 'none';

// Get Random Images
async function fetchRandomImage() {
if (sessionStorage.cachedImage) {
Expand Down

0 comments on commit 423455c

Please sign in to comment.