Commit eca0bc1
Make v0 and v1 ControllerController.get_or_spawn have compatible signatures (#1621)
Summary:
Pull Request resolved: #1621
The v0 and v1 ControllerController.get_or_spawn endpoints need to have matching
signatures. v1 added a "self_ref" for the actor mesh. v0 doesn't need it but can easily get it and
not use it.
Reviewed By: samlurye
Differential Revision: D85068507
fbshipit-source-id: b839c2bca2efcd7b285b521ab46ebb1da870af061 parent ac36647 commit eca0bc1
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
861 | 866 | | |
862 | 867 | | |
863 | 868 | | |
| |||
910 | 915 | | |
911 | 916 | | |
912 | 917 | | |
913 | | - | |
914 | | - | |
915 | | - | |
| 918 | + | |
| 919 | + | |
916 | 920 | | |
917 | 921 | | |
918 | 922 | | |
| |||
0 commit comments