Skip to content

Commit cf63a04

Browse files
NathanFlurryMasterPtato
authored andcommitted
fix: uncomment function type filter in ACTORS_FILTER
1 parent f118519 commit cf63a04

File tree

1 file changed

+0
-4
lines changed
  • frontend/apps/hub/src/routes/_authenticated/_layout/projects/$projectNameId/environments/$environmentNameId._v2

1 file changed

+0
-4
lines changed

frontend/apps/hub/src/routes/_authenticated/_layout/projects/$projectNameId/environments/$environmentNameId._v2/containers.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ function Actor() {
6060

6161
const FIXED_TAGS = {};
6262

63-
//const ACTORS_FILTER = (actor: Rivet.actors.Actor) =>
64-
// toRecord(actor.tags).type !== "function" &&
65-
// toRecord(actor.tags).framework !== "actor-core";
66-
6763
const ACTORS_FILTER = (actor: Rivet.actors.Actor) =>
6864
toRecord(actor.tags).framework !== "actor-core";
6965

0 commit comments

Comments
 (0)