Skip to content

Commit

Permalink
fix skip llm token (labring#5369)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 authored Feb 12, 2025
1 parent d76ad74 commit 6a332d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/pkg/database/mongo/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (m *mongoDB) GetOwnersRecentUpdates(ownerList []string, checkTime time.Time
"owner": bson.M{"$in": ownerList},
"type": common.Consumption,
"app_type": bson.M{
"$ne": resources.AppType[resources.CVM],
"$nin": []int{int(resources.AppType[resources.CVM]), int(resources.AppType[resources.LLMToken])},
},
}

Expand Down

0 comments on commit 6a332d3

Please sign in to comment.