twin
twin copied to clipboard
server: remove 'const' modifier on return types
The 'const' modifier has no effect on return types. The 'const' modifying the return type can be removed.