HavocFramework / Havoc

The Havoc Framework.
https://havocframework.com
GNU General Public License v3.0
6.72k stars 949 forks source link

fix(server): adding missing `service` import #388

Closed djnnvx closed 1 year ago

djnnvx commented 1 year ago

teamserver would not compile using the make ts-build rule. this import fixed the build for me, i've also tested it to make sure it works, but feel free to do so as well.

djnnvx commented 1 year ago

i think it would be nice to set up github actions in the future to ensure both builds work. i can get started on it after this is merged if that's something you care about