Skip to content

Commit

Permalink
fix: remove unused Model struct
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Sep 27, 2024
1 parent d7fe193 commit d398848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-roses-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fingerprint-pro-server-api-go-sdk": patch
---

Remove unused `Model` struct
2 changes: 0 additions & 2 deletions sdk/model_map.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package sdk

type Model struct{}

type ModelMap map[string]any

0 comments on commit d398848

Please sign in to comment.