Closed samyfodil closed 3 months ago
how to find whether it is used elsewhere or not? e.g.
bundleorigin (2 results so it is used elsewhere)
domainswhitelist (1 result so it confirms not used elsewhere? )
is that correct understanding? or you can advice other ways to find out usage.
@vasnt that's a good way. looks like it's not used anywhere else. So it just deleting the DomainsWhiteList struct.
is there any more action needed after this step?
yes, create a pull request
created. next?
I'll run test and review. if all good, I'll merged it :+1:
Delete deprecated struct https://github.com/taubyte/tau/blob/f48d15e76e64065d5cacb159bd98e159205baa20/config/tau.go#L62 make sure it's not being used anywhere else.