🐛 Fix shuffle recommendations
This commit is contained in:
parent
2d181bfdaf
commit
d09484819e
5
.idea/workspace.xml
generated
5
.idea/workspace.xml
generated
@ -4,7 +4,10 @@
|
||||
<option name="autoReloadType" value="ALL" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="3fefb2c4-b6f9-466b-a523-53352e8d6f95" name="更改" comment=":bug: Fix push notification to wrong person" />
|
||||
<list default="true" id="3fefb2c4-b6f9-466b-a523-53352e8d6f95" name="更改" comment=":bug: Fix push notification to wrong person">
|
||||
<change afterPath="$PROJECT_DIR$/pkg/internal/models/account_groups.go" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
4
pkg/internal/models/account_groups.go
Normal file
4
pkg/internal/models/account_groups.go
Normal file
@ -0,0 +1,4 @@
|
||||
package models
|
||||
|
||||
type AccountGroups struct {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user