fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #354 from hey-api/docs/link-migration

docs: update migration link

authored by

Lubos and committed by
GitHub
7862ce18 97f28e07

+1 -1
+1 -1
packages/openapi-ts/src/index.ts
··· 133 133 134 134 if (!useOptions) { 135 135 console.warn( 136 - '⚠️ Deprecation warning: useOptions set to false. This setting will be removed in future versions. Please migrate useOptions to true https://github.com/hey-api/openapi-ts#v0.27.38' 136 + '⚠️ Deprecation warning: useOptions set to false. This setting will be removed in future versions. Please migrate useOptions to true https://heyapi.vercel.app/openapi-ts/migrating.html#v0-27-38' 137 137 ); 138 138 } 139 139