feat: adding user report

This commit is contained in:
Chubby Granny Chaser 2024-09-14 20:56:32 +01:00
parent 06d5ed4491
commit 91cfb42ff5
No known key found for this signature in database

View File

@ -2,7 +2,6 @@ import { registerEvent } from "../register-event";
import { HydraApi, logger } from "@main/services"; import { HydraApi, logger } from "@main/services";
import { steamGamesWorker } from "@main/workers"; import { steamGamesWorker } from "@main/workers";
import type { UserProfile } from "@types"; import type { UserProfile } from "@types";
import { getUserFriends } from "./get-user-friends";
import { steamUrlBuilder } from "@shared"; import { steamUrlBuilder } from "@shared";
const getSteamGame = async (objectId: string) => { const getSteamGame = async (objectId: string) => {