Skip to content

Commit

Permalink
Merge pull request #88 from SeaLife/patch-1
Browse files Browse the repository at this point in the history
Fixed import in CfxPinnedServers
  • Loading branch information
Ximaz authored Feb 25, 2024
2 parents 47aeea6 + 65ec1f5 commit e8cc7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/CfxPinnedServers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CfxPinnedServersResponse } from "src/types/CfxPinnedServers"
import { CfxPinnedServersResponse } from "../types/CfxPinnedServers"

export default class CfxPinnedServers {
pinIfEmpty: boolean
Expand Down

0 comments on commit e8cc7ed

Please sign in to comment.