Skip to content

Commit d993b6c

Browse files
author
Thomasr
committed
Replace value of gid and organization id in API response
1 parent dcd76c3 commit d993b6c

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy