Skip to content

Commit

Permalink
Refactor: Remove getOS function
Browse files Browse the repository at this point in the history
The getOS function, which was used to detect the operating system, has been removed from the codebase. This function was previously using the navigator.userAgent property to determine the OS. However, it is no longer needed and has been deleted.

This commit refactors the code by removing the getOS function entirely.

Ref: Issue #123
  • Loading branch information
ali-josheghani committed Sep 10, 2024
1 parent 400e5a1 commit b0cac57
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/utils/helper/getOs.ts

This file was deleted.

0 comments on commit b0cac57

Please sign in to comment.