Merge pull request #136 from harvester/mergify/bp/release-harvester-v1.5/pr-134

Move harvester schema.js into harvester folder (backport #134)
This commit is contained in:
Andy Lee 2025-02-14 13:33:29 +08:00 committed by GitHub
commit 083ab9f3e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,4 +3,4 @@ import SteveSchema from '@shell/models/steve-schema';
/**
* This is the steve schema that's used for the harvester store
*/
export default class HarvesterStoreSchema extends SteveSchema { }
export default class HarvesterStoreSchema extends SteveSchema {}