소스 검색

another typo

Grant Limberg 4 년 전
부모
커밋
7941b63543
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

@@ -348,7 +348,7 @@ std::string PostgreSQL::getSSOAuthURL(const nlohmann::json &member)
 			nonce = std::string(nonceBuf);
 
 			pqxx::result ir = w.exec_params0("INSERT INTO ztc_sso_expiry "
-				"(nonce, nonce_expiry, network_id, member_id) VALUES "
+				"(nonce, nonce_expiration, network_id, member_id) VALUES "
 				"($1, TO_TIMESTAMP($2::double precision/1000) $3, $4)",
 				nonce, OSUtils::now() + 300000, networkId, memberId);
 		}  else {