Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaforce committed Feb 17, 2025
1 parent c3e9319 commit 3b20fa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions server/pkg/project/id.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"github.com/reearth/reearthx/account/accountdomain"
)

// type ID = id.ProjectID
// type WorkspaceID = accountdomain.WorkspaceID
type SceneID = id.SceneID

var NewID = id.NewProjectID
Expand Down
2 changes: 0 additions & 2 deletions server/pkg/scene/id.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ type PropertyID = id.PropertyID
type PluginID = id.PluginID
type PluginExtensionID = id.PluginExtensionID

// type ProjectID = id.ProjectID
// type WorkspaceID = accountdomain.WorkspaceID
type StyleID = id.StyleID

type IDList = id.SceneIDList
Expand Down

0 comments on commit 3b20fa5

Please sign in to comment.