Skip to content

Commit

Permalink
Merge pull request #27 from Chia-Network/develop
Browse files Browse the repository at this point in the history
release: 1.6.18
  • Loading branch information
MichaelTaylor3D authored Sep 8, 2023
2 parents 0ef352f + afc99d0 commit 0372cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-registry-cadt",
"version": "1.6.17",
"version": "1.6.18",
"_comment": "DONT CHANGE MAJOR UNLESS DATAMODEL CHANGES: The major version corresponds to the datamodel version your using, so 2.0.0 means it'll use datamodel v2",
"private": true,
"bin": "build/server.js",
Expand Down
2 changes: 1 addition & 1 deletion src/models/organizations/organizations.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ class Organization extends Model {
const myOrganization = await Organization.getHomeOrg();

const metadataForDatalayer = _.mapKeys(
updatedMetadata,
payload,
(_value, key) => `meta_${key}`,
);

Expand Down

0 comments on commit 0372cdb

Please sign in to comment.