We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03fff7 commit 81b5cd7Copy full SHA for 81b5cd7
1 file changed
packages/types/farFU.cfc
@@ -1590,12 +1590,10 @@
1590
<cfreturn arguments.data />
1591
</cffunction>
1592
1593
- <cffunction name="uncacheExistsTypeFU" access="public" output="false" returntype="boolean">
+ <cffunction name="uncacheExistsTypeFU" access="public" output="false" returntype="void">
1594
<cfargument name="typename" type="string" required="true" />
1595
1596
<cfset application.fc.lib.objectBroker.RemoveFromObjectBroker("exists-"&arguments.typename, "fuLookup") />
1597
-
1598
- <cfreturn arguments.data />
1599
1600
1601
<cffunction name="getFUStructByObjectID" access="public" output="false" returntype="struct">
0 commit comments