mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 04:53:04 +02:00
Update avatar packager with CR feedback
This commit is contained in:
parent
f38a469e65
commit
b680e9c52a
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ void MarketplaceItemUploader::doUploadAvatar() {
|
|||
|
||||
qDebug() << "Finished zipping, size: " << (buffer.size() / (1000.0f)) << "KB";
|
||||
|
||||
QString path = "/api/v1/marketplace/items";
|
||||
static const QString path = "/api/v1/marketplace/items";
|
||||
bool creating = true;
|
||||
if (!_marketplaceID.isNull()) {
|
||||
creating = false;
|
||||
|
|
|
@ -10,4 +10,4 @@ public:
|
|||
QString relativePath;
|
||||
};
|
||||
|
||||
#endif // hifi_AvatarProjectFile_h
|
||||
#endif // hifi_AvatarProjectFile_h
|
||||
|
|
Loading…
Reference in a new issue