Skip to content

Commit 735b83e

Browse files
authored
Merge pull request #1428 from lowcoder-org/fix/gid_organization_id
Replace value of gid and organization id in API response
2 parents 7006f73 + d993b6c commit 735b83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/query/view/LibraryQueryView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public record LibraryQueryView(String id,
1515

1616
public static LibraryQueryView from(LibraryQuery libraryQuery, User user) {
1717
return new LibraryQueryView(libraryQuery.getId(),
18-
libraryQuery.getOrganizationId(),
1918
libraryQuery.getGid(),
19+
libraryQuery.getOrganizationId(),
2020
libraryQuery.getName(),
2121
libraryQuery.getLibraryQueryDSL(),
2222
libraryQuery.getCreatedAt().toEpochMilli(),

0 commit comments

Comments
 (0)