Skip to content

Commit

Permalink
Update UserScheduleMessages.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 authored Nov 20, 2024
1 parent 02cbb1a commit 0399f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/messages/UserScheduleMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface UserScheduleMessages {
* Checks the login status by making a request to the provided URL.
*
* @param data - The URL to check the login status against.
* @returns
* @returns true if user was already logged into the provided URL, false otherwise
*/
validateLoginStatus: (data: { url: string }) => boolean;
}

0 comments on commit 0399f7e

Please sign in to comment.