Skip to content

Commit

Permalink
Fix issue in SubscriptionValidationSQLConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
SavinduDimal committed Sep 25, 2024
1 parent f9fc0f4 commit 4af17eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public class SubscriptionValidationSQLConstants {
" APS.TIME_UNIT AS TIME_UNIT, " +
" APS.TOTAL_TOKEN_COUNT AS TOTAL_TOKEN_COUNT, " +
" APS.PROMPT_TOKEN_COUNT AS PROMPT_TOKEN_COUNT, " +
" APS.COMPLETION_TOKEN_COUNT AS COMPLETION_TOKEN_COUNT, " +
" APS.COMPLETION_TOKEN_COUNT AS COMPLETION_TOKEN_COUNT " +
" FROM " +
" AM_POLICY_SUBSCRIPTION APS";

Expand Down Expand Up @@ -324,7 +324,7 @@ public class SubscriptionValidationSQLConstants {
" APS.TIME_UNIT AS TIME_UNIT, " +
" APS.TOTAL_TOKEN_COUNT AS TOTAL_TOKEN_COUNT, " +
" APS.PROMPT_TOKEN_COUNT AS PROMPT_TOKEN_COUNT, " +
" APS.COMPLETION_TOKEN_COUNT AS COMPLETION_TOKEN_COUNT, " +
" APS.COMPLETION_TOKEN_COUNT AS COMPLETION_TOKEN_COUNT " +
" FROM " +
" AM_POLICY_SUBSCRIPTION APS" +
" WHERE " +
Expand Down

0 comments on commit 4af17eb

Please sign in to comment.