Replace qs library with custom function
Removed qs library because we were using it only for a small function to convert objects to query params. Replaced it with custom utility function.
Edited by Efe
Removed qs library because we were using it only for a small function to convert objects to query params. Replaced it with custom utility function.